Html Css Color HEX #CCB72B Old Gold

📋 copy color: '#CCB72B'

red 204 ◦ green 183 ◦ blue 43

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

Shades of Old Gold #CCB72B

Tints of Old Gold #CCB72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10%

R = 47.44%
G = 42.56%
B = 10%

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

#CCB72B (or 0xCCB72B) is known color: Old Gold. HEX triplet: CC, B7 and 2B. RGB value is (204,183,43). Sum of RGB (Red+Green+Blue) = 204+183+43=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB72B is #3348D4. Grayscale: #ADADAD. Windows color (decimal): -3360981 or 2865100. OLE color: 2865100.

HSL color Cylindrical-coordinate representation of color #CCB72B: hue angle of 52.17º degrees, saturation: 0.65, 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 #CCB72B is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 43 -
CMYK 0 0.10 0.79 0.2
HSL 52.17º 0.65% 0.48% -
HSV(B) 52.17º 0.79% 0.8% -
XYZ 42.27 46.88 9.11 -
YUV 173.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 204 183 43 0 0.10 0.79 0.2 52.17 0.65 0.48
Hex CC B7 2B 0 A 4F 14 34 41 30
Octal 314 267 53 0 12 117 24 64 101 60
Binary 11001100 10110111 101011 0 1010 1001111 10100 110100 1000001 110000

Color Harmonies of #CCB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB72B

Black with #CCB72B

Text Example


Text Example

White with #CCB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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