Html Css Color HEX #CBBE41 Old Gold

📋 copy color: '#CBBE41'

red 203 ◦ green 190 ◦ blue 65

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

Shades of Old Gold #CBBE41

Tints of Old Gold #CBBE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.19%

R = 44.32%
G = 41.48%
B = 14.19%

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

#CBBE41 (or 0xCBBE41) is known color: Old Gold. HEX triplet: CB, BE and 41. RGB value is (203,190,65). Sum of RGB (Red+Green+Blue) = 203+190+65=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE41 is #3441BE. Grayscale: #B4B4B4. Windows color (decimal): -3424703 or 4308683. OLE color: 4308683.

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

Color convert

RGB 203 190 65 -
CMYK 0 0.06 0.68 0.20
HSL 54.35º 0.57% 0.53% -
HSV(B) 54.35º 0.68% 0.8% -
XYZ 44 49.91 12.31 -
YUV 179.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 203 190 65 0 0.06 0.68 0.20 54.35 0.57 0.53
Hex CB BE 41 0 6 44 14 36 39 35
Octal 313 276 101 0 6 104 24 66 71 65
Binary 11001011 10111110 1000001 0 110 1000100 10100 110110 111001 110101

Color Harmonies of #CBBE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE41

Black with #CBBE41

Text Example


Text Example

White with #CBBE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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