Html Css Color HEX #CBBF42 Old Gold

📋 copy color: '#CBBF42'

red 203 ◦ green 191 ◦ blue 66

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

Shades of Old Gold #CBBF42

Tints of Old Gold #CBBF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.35%

R = 44.13%
G = 41.52%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CBBF42 (or 0xCBBF42) is known color: Old Gold. HEX triplet: CB, BF and 42. RGB value is (203,191,66). Sum of RGB (Red+Green+Blue) = 203+191+66=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF42 is #3440BD. Grayscale: #B4B4B4. Windows color (decimal): -3424446 or 4374475. OLE color: 4374475.

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

Color convert

RGB 203 191 66 -
CMYK 0 0.06 0.67 0.20
HSL 54.74º 0.57% 0.53% -
HSV(B) 54.74º 0.67% 0.8% -
XYZ 44.24 50.35 12.54 -
YUV 180.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 203 191 66 0 0.06 0.67 0.20 54.74 0.57 0.53
Hex CB BF 42 0 6 43 14 37 39 35
Octal 313 277 102 0 6 103 24 67 71 65
Binary 11001011 10111111 1000010 0 110 1000011 10100 110111 111001 110101

Color Harmonies of #CBBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBF42

Black with #CBBF42

Text Example


Text Example

White with #CBBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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