Html Css Color HEX #CC940D Buddha Gold

📋 copy color: '#CC940D'

red 204 ◦ green 148 ◦ blue 13

#CC940D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CC940D

Tints of Buddha Gold #CC940D

RGB

 RED value IS 204 (80.08% from 255) = 55.89%

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 13 (5.47% from 255) = 3.56%

R = 55.89%
G = 40.55%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC940D (or 0xCC940D) is known color: Buddha Gold. HEX triplet: CC, 94 and 0D. RGB value is (204,148,13). Sum of RGB (Red+Green+Blue) = 204+148+13=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC940D is #336BF2. Grayscale: #959595. Windows color (decimal): -3369971 or 890060. OLE color: 890060.

HSL color Cylindrical-coordinate representation of color #CC940D: hue angle of 42.41º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC940D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 13 -
CMYK 0 0.27 0.94 0.2
HSL 42.41º 0.88% 0.43% -
HSV(B) 42.41º 0.94% 0.8% -
XYZ 35.56 34.05 5.08 -
YUV 149.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 204 148 13 0 0.27 0.94 0.2 42.41 0.88 0.43
Hex CC 94 D 0 1B 5E 14 2A 58 2B
Octal 314 224 15 0 33 136 24 52 130 53
Binary 11001100 10010100 1101 0 11011 1011110 10100 101010 1011000 101011

Color Harmonies of #CC940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC940D

Black with #CC940D

Text Example


Text Example

White with #CC940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC940D; }

 p { color: rgb(204,148,13); }

 H1.HeaderClassName
 {
   color: #CC940D;
 }
 .AnyTagClassName
 {
   color: #CC940D;
 }
</style>

background-color css

<style>
 a { background-color: #CC940D; }

 a { background-color: rgb(204,148,13); }

 div.DivClassName
 {
   background-color: #CC940D;
 }
 .BgClassName
 {
   background-color: #CC940D;
 }
</style>

border-color css

<style>
 span { border-color: #CC940D; }

 span { border-color: rgb(204,148,13); }

 td.TdClassName
 {
   border-color: #CC940D;
 }
 .TagClassName
 {
   border-color: #CC940D;
 }
</style>