Html Css Color HEX #CBBF32 Old Gold

📋 copy color: '#CBBF32'

red 203 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #CBBF32

Tints of Old Gold #CBBF32

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 45.72%
G = 43.02%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBBF32 (or 0xCBBF32) is known color: Old Gold. HEX triplet: CB, BF and 32. RGB value is (203,191,50). Sum of RGB (Red+Green+Blue) = 203+191+50=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF32 is #3440CD. Grayscale: #B3B3B3. Windows color (decimal): -3424462 or 3325899. OLE color: 3325899.

HSL color Cylindrical-coordinate representation of color #CBBF32: hue angle of 55.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBBF32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 191 50 -
CMYK 0 0.06 0.75 0.20
HSL 55.29º 0.6% 0.5% -
HSV(B) 55.29º 0.75% 0.8% -
XYZ 43.84 50.19 10.39 -
YUV 178.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 203 191 50 0 0.06 0.75 0.20 55.29 0.6 0.5
Hex CB BF 32 0 6 4B 14 37 3C 32
Octal 313 277 62 0 6 113 24 67 74 62
Binary 11001011 10111111 110010 0 110 1001011 10100 110111 111100 110010

Color Harmonies of #CBBF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBF32

Black with #CBBF32

Text Example


Text Example

White with #CBBF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBF32; }

 p { color: rgb(203,191,50); }

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

background-color css

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

 a { background-color: rgb(203,191,50); }

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

border-color css

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

 span { border-color: rgb(203,191,50); }

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