Html Css Color HEX #CBB72B Old Gold

📋 copy color: '#CBB72B'

red 203 ◦ green 183 ◦ blue 43

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

Shades of Old Gold #CBB72B

Tints of Old Gold #CBB72B

RGB

 RED value IS 203 (79.69% from 255) = 47.32%

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

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

R = 47.32%
G = 42.66%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBB72B (or 0xCBB72B) is known color: Old Gold. HEX triplet: CB, B7 and 2B. RGB value is (203,183,43). Sum of RGB (Red+Green+Blue) = 203+183+43=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB72B is #3448D4. Grayscale: #ADADAD. Windows color (decimal): -3426517 or 2865099. OLE color: 2865099.

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

Color convert

RGB 203 183 43 -
CMYK 0 0.10 0.79 0.20
HSL 52.5º 0.65% 0.48% -
HSV(B) 52.5º 0.79% 0.8% -
XYZ 42 46.74 9.09 -
YUV 173.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 203 183 43 0 0.10 0.79 0.20 52.5 0.65 0.48
Hex CB B7 2B 0 A 4F 14 34 41 30
Octal 313 267 53 0 12 117 24 64 101 60
Binary 11001011 10110111 101011 0 1010 1001111 10100 110100 1000001 110000

Color Harmonies of #CBB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB72B

Black with #CBB72B

Text Example


Text Example

White with #CBB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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