Html Css Color HEX #CEBB4D Old Gold

📋 copy color: '#CEBB4D'

red 206 ◦ green 187 ◦ blue 77

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

Shades of Old Gold #CEBB4D

Tints of Old Gold #CEBB4D

RGB

 RED value IS 206 (80.86% from 255) = 43.83%

 GREEN value IS 187 (73.44% from 255) = 39.79%

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

R = 43.83%
G = 39.79%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEBB4D (or 0xCEBB4D) is known color: Old Gold. HEX triplet: CE, BB and 4D. RGB value is (206,187,77). Sum of RGB (Red+Green+Blue) = 206+187+77=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB4D is #3144B2. Grayscale: #B4B4B4. Windows color (decimal): -3228851 or 5094350. OLE color: 5094350.

HSL color Cylindrical-coordinate representation of color #CEBB4D: hue angle of 51.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEBB4D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 77 -
CMYK 0 0.09 0.63 0.19
HSL 51.16º 0.57% 0.55% -
HSV(B) 51.16º 0.63% 0.81% -
XYZ 44.56 49.2 14.17 -
YUV 180.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 206 187 77 0 0.09 0.63 0.19 51.16 0.57 0.55
Hex CE BB 4D 0 9 3F 13 33 39 37
Octal 316 273 115 0 11 77 23 63 71 67
Binary 11001110 10111011 1001101 0 1001 111111 10011 110011 111001 110111

Color Harmonies of #CEBB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB4D

Black with #CEBB4D

Text Example


Text Example

White with #CEBB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB4D; }

 p { color: rgb(206,187,77); }

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

background-color css

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

 a { background-color: rgb(206,187,77); }

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

border-color css

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

 span { border-color: rgb(206,187,77); }

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