Html Css Color HEX #CBBF41 Old Gold

📋 copy color: '#CBBF41'

red 203 ◦ green 191 ◦ blue 65

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

Shades of Old Gold #CBBF41

Tints of Old Gold #CBBF41

RGB

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

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

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

R = 44.23%
G = 41.61%
B = 14.16%

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

#CBBF41 (or 0xCBBF41) is known color: Old Gold. HEX triplet: CB, BF and 41. RGB value is (203,191,65). Sum of RGB (Red+Green+Blue) = 203+191+65=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF41 is #3440BE. Grayscale: #B4B4B4. Windows color (decimal): -3424447 or 4308939. OLE color: 4308939.

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

Color convert

RGB 203 191 65 -
CMYK 0 0.06 0.68 0.20
HSL 54.78º 0.57% 0.53% -
HSV(B) 54.78º 0.68% 0.8% -
XYZ 44.21 50.34 12.39 -
YUV 180.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 203 191 65 0 0.06 0.68 0.20 54.78 0.57 0.53
Hex CB BF 41 0 6 44 14 37 39 35
Octal 313 277 101 0 6 104 24 67 71 65
Binary 11001011 10111111 1000001 0 110 1000100 10100 110111 111001 110101

Color Harmonies of #CBBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBF41

Black with #CBBF41

Text Example


Text Example

White with #CBBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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