Html Css Color HEX #CBBE42 Old Gold

📋 copy color: '#CBBE42'

red 203 ◦ green 190 ◦ blue 66

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

Shades of Old Gold #CBBE42

Tints of Old Gold #CBBE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 44.23%
G = 41.39%
B = 14.38%

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

#CBBE42 (or 0xCBBE42) is known color: Old Gold. HEX triplet: CB, BE and 42. RGB value is (203,190,66). Sum of RGB (Red+Green+Blue) = 203+190+66=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE42 is #3441BD. Grayscale: #B4B4B4. Windows color (decimal): -3424702 or 4374219. OLE color: 4374219.

HSL color Cylindrical-coordinate representation of color #CBBE42: hue angle of 54.31º 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 #CBBE42 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 66 -
CMYK 0 0.06 0.67 0.20
HSL 54.31º 0.57% 0.53% -
HSV(B) 54.31º 0.67% 0.8% -
XYZ 44.03 49.92 12.47 -
YUV 179.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 203 190 66 0 0.06 0.67 0.20 54.31 0.57 0.53
Hex CB BE 42 0 6 43 14 36 39 35
Octal 313 276 102 0 6 103 24 66 71 65
Binary 11001011 10111110 1000010 0 110 1000011 10100 110110 111001 110101

Color Harmonies of #CBBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE42

Black with #CBBE42

Text Example


Text Example

White with #CBBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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