Html Css Color HEX #CEBB3B Old Gold

📋 copy color: '#CEBB3B'

red 206 ◦ green 187 ◦ blue 59

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

Shades of Old Gold #CEBB3B

Tints of Old Gold #CEBB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.05%

R = 45.58%
G = 41.37%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEBB3B (or 0xCEBB3B) is known color: Old Gold. HEX triplet: CE, BB and 3B. RGB value is (206,187,59). Sum of RGB (Red+Green+Blue) = 206+187+59=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB3B is #3144C4. Grayscale: #B2B2B2. Windows color (decimal): -3228869 or 3914702. OLE color: 3914702.

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

Color convert

RGB 206 187 59 -
CMYK 0 0.09 0.71 0.19
HSL 52.24º 0.6% 0.52% -
HSV(B) 52.24º 0.71% 0.81% -
XYZ 44.01 48.98 11.27 -
YUV 178.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 206 187 59 0 0.09 0.71 0.19 52.24 0.6 0.52
Hex CE BB 3B 0 9 47 13 34 3C 34
Octal 316 273 73 0 11 107 23 64 74 64
Binary 11001110 10111011 111011 0 1001 1000111 10011 110100 111100 110100

Color Harmonies of #CEBB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB3B

Black with #CEBB3B

Text Example


Text Example

White with #CEBB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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