Html Css Color HEX #CBBF40 Old Gold

📋 copy color: '#CBBF40'

red 203 ◦ green 191 ◦ blue 64

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

Shades of Old Gold #CBBF40

Tints of Old Gold #CBBF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 44.32%
G = 41.7%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBBF40 (or 0xCBBF40) is known color: Old Gold. HEX triplet: CB, BF and 40. RGB value is (203,191,64). Sum of RGB (Red+Green+Blue) = 203+191+64=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF40 is #3440BF. Grayscale: #B4B4B4. Windows color (decimal): -3424448 or 4243403. OLE color: 4243403.

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

Color convert

RGB 203 191 64 -
CMYK 0 0.06 0.68 0.20
HSL 54.82º 0.57% 0.52% -
HSV(B) 54.82º 0.68% 0.8% -
XYZ 44.18 50.33 12.24 -
YUV 180.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 203 191 64 0 0.06 0.68 0.20 54.82 0.57 0.52
Hex CB BF 40 0 6 44 14 37 39 34
Octal 313 277 100 0 6 104 24 67 71 64
Binary 11001011 10111111 1000000 0 110 1000100 10100 110111 111001 110100

Color Harmonies of #CBBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBF40

Black with #CBBF40

Text Example


Text Example

White with #CBBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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