Html Css Color HEX #CEBB34 Old Gold

📋 copy color: '#CEBB34'

red 206 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #CEBB34

Tints of Old Gold #CEBB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.69%

R = 46.29%
G = 42.02%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEBB34 (or 0xCEBB34) is known color: Old Gold. HEX triplet: CE, BB and 34. RGB value is (206,187,52). Sum of RGB (Red+Green+Blue) = 206+187+52=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB34 is #3144CB. Grayscale: #B1B1B1. Windows color (decimal): -3228876 or 3455950. OLE color: 3455950.

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

Color convert

RGB 206 187 52 -
CMYK 0 0.09 0.75 0.19
HSL 52.6º 0.61% 0.51% -
HSV(B) 52.6º 0.75% 0.81% -
XYZ 43.84 48.91 10.38 -
YUV 177.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 206 187 52 0 0.09 0.75 0.19 52.6 0.61 0.51
Hex CE BB 34 0 9 4B 13 35 3D 33
Octal 316 273 64 0 11 113 23 65 75 63
Binary 11001110 10111011 110100 0 1001 1001011 10011 110101 111101 110011

Color Harmonies of #CEBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB34

Black with #CEBB34

Text Example


Text Example

White with #CEBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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