Html Css Color HEX #CBBE4D Old Gold

📋 copy color: '#CBBE4D'

red 203 ◦ green 190 ◦ blue 77

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

Shades of Old Gold #CBBE4D

Tints of Old Gold #CBBE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.38%

R = 43.19%
G = 40.43%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CBBE4D (or 0xCBBE4D) is known color: Old Gold. HEX triplet: CB, BE and 4D. RGB value is (203,190,77). Sum of RGB (Red+Green+Blue) = 203+190+77=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE4D is #3441B2. Grayscale: #B5B5B5. Windows color (decimal): -3424691 or 5095115. OLE color: 5095115.

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

Color convert

RGB 203 190 77 -
CMYK 0 0.06 0.62 0.20
HSL 53.81º 0.55% 0.55% -
HSV(B) 53.81º 0.62% 0.8% -
XYZ 44.38 50.06 14.34 -
YUV 181.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 203 190 77 0 0.06 0.62 0.20 53.81 0.55 0.55
Hex CB BE 4D 0 6 3E 14 36 37 37
Octal 313 276 115 0 6 76 24 66 67 67
Binary 11001011 10111110 1001101 0 110 111110 10100 110110 110111 110111

Color Harmonies of #CBBE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBE4D

Black with #CBBE4D

Text Example


Text Example

White with #CBBE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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