Html Css Color HEX #CBBE3F Old Gold

📋 copy color: '#CBBE3F'

red 203 ◦ green 190 ◦ blue 63

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

Shades of Old Gold #CBBE3F

Tints of Old Gold #CBBE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 44.52%
G = 41.67%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBBE3F (or 0xCBBE3F) is known color: Old Gold. HEX triplet: CB, BE and 3F. RGB value is (203,190,63). Sum of RGB (Red+Green+Blue) = 203+190+63=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE3F is #3441C0. Grayscale: #B3B3B3. Windows color (decimal): -3424705 or 4177611. OLE color: 4177611.

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

Color convert

RGB 203 190 63 -
CMYK 0 0.06 0.69 0.20
HSL 54.43º 0.57% 0.52% -
HSV(B) 54.43º 0.69% 0.8% -
XYZ 43.94 49.88 12.02 -
YUV 179.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 203 190 63 0 0.06 0.69 0.20 54.43 0.57 0.52
Hex CB BE 3F 0 6 45 14 36 39 34
Octal 313 276 77 0 6 105 24 66 71 64
Binary 11001011 10111110 111111 0 110 1000101 10100 110110 111001 110100

Color Harmonies of #CBBE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE3F

Black with #CBBE3F

Text Example


Text Example

White with #CBBE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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