Html Css Color HEX #CBBE44 Old Gold

📋 copy color: '#CBBE44'

red 203 ◦ green 190 ◦ blue 68

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

Shades of Old Gold #CBBE44

Tints of Old Gold #CBBE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 44.03%
G = 41.21%
B = 14.75%

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

#CBBE44 (or 0xCBBE44) is known color: Old Gold. HEX triplet: CB, BE and 44. RGB value is (203,190,68). Sum of RGB (Red+Green+Blue) = 203+190+68=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE44 is #3441BB. Grayscale: #B4B4B4. Windows color (decimal): -3424700 or 4505291. OLE color: 4505291.

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

Color convert

RGB 203 190 68 -
CMYK 0 0.06 0.67 0.20
HSL 54.22º 0.56% 0.53% -
HSV(B) 54.22º 0.67% 0.8% -
XYZ 44.09 49.94 12.78 -
YUV 179.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 203 190 68 0 0.06 0.67 0.20 54.22 0.56 0.53
Hex CB BE 44 0 6 43 14 36 38 35
Octal 313 276 104 0 6 103 24 66 70 65
Binary 11001011 10111110 1000100 0 110 1000011 10100 110110 111000 110101

Color Harmonies of #CBBE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE44

Black with #CBBE44

Text Example


Text Example

White with #CBBE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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