Html Css Color HEX #CBBF4A Old Gold

📋 copy color: '#CBBF4A'

red 203 ◦ green 191 ◦ blue 74

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

Shades of Old Gold #CBBF4A

Tints of Old Gold #CBBF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 43.38%
G = 40.81%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBBF4A (or 0xCBBF4A) is known color: Old Gold. HEX triplet: CB, BF and 4A. RGB value is (203,191,74). Sum of RGB (Red+Green+Blue) = 203+191+74=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF4A is #3440B5. Grayscale: #B5B5B5. Windows color (decimal): -3424438 or 4898763. OLE color: 4898763.

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

Color convert

RGB 203 191 74 -
CMYK 0 0.06 0.64 0.20
HSL 54.42º 0.55% 0.54% -
HSV(B) 54.42º 0.64% 0.8% -
XYZ 44.5 50.45 13.87 -
YUV 181.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 203 191 74 0 0.06 0.64 0.20 54.42 0.55 0.54
Hex CB BF 4A 0 6 40 14 36 37 36
Octal 313 277 112 0 6 100 24 66 67 66
Binary 11001011 10111111 1001010 0 110 1000000 10100 110110 110111 110110

Color Harmonies of #CBBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBF4A

Black with #CBBF4A

Text Example


Text Example

White with #CBBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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