Html Css Color HEX #CBB628 Old Gold

📋 copy color: '#CBB628'

red 203 ◦ green 182 ◦ blue 40

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

Shades of Old Gold #CBB628

Tints of Old Gold #CBB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

 BLUE value IS 40 (16.02% from 255) = 9.41%

R = 47.76%
G = 42.82%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBB628 (or 0xCBB628) is known color: Old Gold. HEX triplet: CB, B6 and 28. RGB value is (203,182,40). Sum of RGB (Red+Green+Blue) = 203+182+40=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB628 is #3449D7. Grayscale: #ACACAC. Windows color (decimal): -3426776 or 2668235. OLE color: 2668235.

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

Color convert

RGB 203 182 40 -
CMYK 0 0.10 0.80 0.20
HSL 52.27º 0.67% 0.48% -
HSV(B) 52.27º 0.8% 0.8% -
XYZ 41.74 46.31 8.75 -
YUV 172.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 203 182 40 0 0.10 0.80 0.20 52.27 0.67 0.48
Hex CB B6 28 0 A 50 14 34 43 30
Octal 313 266 50 0 12 120 24 64 103 60
Binary 11001011 10110110 101000 0 1010 1010000 10100 110100 1000011 110000

Color Harmonies of #CBB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB628

Black with #CBB628

Text Example


Text Example

White with #CBB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB628; }

 p { color: rgb(203,182,40); }

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

background-color css

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

 a { background-color: rgb(203,182,40); }

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

border-color css

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

 span { border-color: rgb(203,182,40); }

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