Html Css Color HEX #CBB629 Old Gold

📋 copy color: '#CBB629'

red 203 ◦ green 182 ◦ blue 41

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

Shades of Old Gold #CBB629

Tints of Old Gold #CBB629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 47.65%
G = 42.72%
B = 9.62%

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

#CBB629 (or 0xCBB629) is known color: Old Gold. HEX triplet: CB, B6 and 29. RGB value is (203,182,41). Sum of RGB (Red+Green+Blue) = 203+182+41=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB629 is #3449D6. Grayscale: #ACACAC. Windows color (decimal): -3426775 or 2733771. OLE color: 2733771.

HSL color Cylindrical-coordinate representation of color #CBB629: 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.8%. Process color model (Four color, CMYK) of #CBB629 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 182 41 -
CMYK 0 0.10 0.80 0.20
HSL 52.22º 0.66% 0.48% -
HSV(B) 52.22º 0.8% 0.8% -
XYZ 41.76 46.31 8.84 -
YUV 172.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 203 182 41 0 0.10 0.80 0.20 52.22 0.66 0.48
Hex CB B6 29 0 A 50 14 34 42 30
Octal 313 266 51 0 12 120 24 64 102 60
Binary 11001011 10110110 101001 0 1010 1010000 10100 110100 1000010 110000

Color Harmonies of #CBB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB629

Black with #CBB629

Text Example


Text Example

White with #CBB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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