Html Css Color HEX #CCA90D Buddha Gold

📋 copy color: '#CCA90D'

red 204 ◦ green 169 ◦ blue 13

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

Shades of Buddha Gold #CCA90D

Tints of Buddha Gold #CCA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.78%

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

R = 52.85%
G = 43.78%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA90D (or 0xCCA90D) is known color: Buddha Gold. HEX triplet: CC, A9 and 0D. RGB value is (204,169,13). Sum of RGB (Red+Green+Blue) = 204+169+13=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA90D is #3356F2. Grayscale: #A2A2A2. Windows color (decimal): -3364595 or 895436. OLE color: 895436.

HSL color Cylindrical-coordinate representation of color #CCA90D: hue angle of 49.01º 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 #CCA90D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 13 -
CMYK 0 0.17 0.94 0.2
HSL 49.01º 0.88% 0.43% -
HSV(B) 49.01º 0.94% 0.8% -
XYZ 39.16 41.24 6.28 -
YUV 161.68 44.1 158.18 -
System Red Green Blue C M Y K H S L
Decimal 204 169 13 0 0.17 0.94 0.2 49.01 0.88 0.43
Hex CC A9 D 0 11 5E 14 31 58 2B
Octal 314 251 15 0 21 136 24 61 130 53
Binary 11001100 10101001 1101 0 10001 1011110 10100 110001 1011000 101011

Color Harmonies of #CCA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA90D

Black with #CCA90D

Text Example


Text Example

White with #CCA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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