Html Css Color HEX #CCB72A Old Gold

📋 copy color: '#CCB72A'

red 204 ◦ green 183 ◦ blue 42

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

Shades of Old Gold #CCB72A

Tints of Old Gold #CCB72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 42 (16.8% from 255) = 9.79%

R = 47.55%
G = 42.66%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCB72A (or 0xCCB72A) is known color: Old Gold. HEX triplet: CC, B7 and 2A. RGB value is (204,183,42). Sum of RGB (Red+Green+Blue) = 204+183+42=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB72A is #3348D5. Grayscale: #ADADAD. Windows color (decimal): -3360982 or 2799564. OLE color: 2799564.

HSL color Cylindrical-coordinate representation of color #CCB72A: hue angle of 52.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB72A is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 42 -
CMYK 0 0.10 0.79 0.2
HSL 52.22º 0.66% 0.48% -
HSV(B) 52.22º 0.79% 0.8% -
XYZ 42.25 46.87 9.01 -
YUV 173.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 204 183 42 0 0.10 0.79 0.2 52.22 0.66 0.48
Hex CC B7 2A 0 A 4F 14 34 42 30
Octal 314 267 52 0 12 117 24 64 102 60
Binary 11001100 10110111 101010 0 1010 1001111 10100 110100 1000010 110000

Color Harmonies of #CCB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB72A

Black with #CCB72A

Text Example


Text Example

White with #CCB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB72A; }

 p { color: rgb(204,183,42); }

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

background-color css

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

 a { background-color: rgb(204,183,42); }

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

border-color css

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

 span { border-color: rgb(204,183,42); }

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