Html Css Color HEX #CBB22F Old Gold

📋 copy color: '#CBB22F'

red 203 ◦ green 178 ◦ blue 47

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

Shades of Old Gold #CBB22F

Tints of Old Gold #CBB22F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 47 (18.75% from 255) = 10.98%

R = 47.43%
G = 41.59%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBB22F (or 0xCBB22F) is known color: Old Gold. HEX triplet: CB, B2 and 2F. RGB value is (203,178,47). Sum of RGB (Red+Green+Blue) = 203+178+47=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB22F is #344DD0. Grayscale: #ABABAB. Windows color (decimal): -3427793 or 3125963. OLE color: 3125963.

HSL color Cylindrical-coordinate representation of color #CBB22F: hue angle of 50.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB22F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 47 -
CMYK 0 0.12 0.77 0.20
HSL 50.38º 0.62% 0.49% -
HSV(B) 50.38º 0.77% 0.8% -
XYZ 41.06 44.74 9.16 -
YUV 170.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 203 178 47 0 0.12 0.77 0.20 50.38 0.62 0.49
Hex CB B2 2F 0 C 4D 14 32 3E 31
Octal 313 262 57 0 14 115 24 62 76 61
Binary 11001011 10110010 101111 0 1100 1001101 10100 110010 111110 110001

Color Harmonies of #CBB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB22F

Black with #CBB22F

Text Example


Text Example

White with #CBB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB22F; }

 p { color: rgb(203,178,47); }

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

background-color css

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

 a { background-color: rgb(203,178,47); }

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

border-color css

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

 span { border-color: rgb(203,178,47); }

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