Html Css Color HEX #CEBB43 Old Gold

📋 copy color: '#CEBB43'

red 206 ◦ green 187 ◦ blue 67

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

Shades of Old Gold #CEBB43

Tints of Old Gold #CEBB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.57%

R = 44.78%
G = 40.65%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEBB43 (or 0xCEBB43) is known color: Old Gold. HEX triplet: CE, BB and 43. RGB value is (206,187,67). Sum of RGB (Red+Green+Blue) = 206+187+67=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB43 is #3144BC. Grayscale: #B3B3B3. Windows color (decimal): -3228861 or 4438990. OLE color: 4438990.

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

Color convert

RGB 206 187 67 -
CMYK 0 0.09 0.67 0.19
HSL 51.8º 0.59% 0.54% -
HSV(B) 51.8º 0.67% 0.81% -
XYZ 44.24 49.07 12.45 -
YUV 179 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 206 187 67 0 0.09 0.67 0.19 51.8 0.59 0.54
Hex CE BB 43 0 9 43 13 34 3B 36
Octal 316 273 103 0 11 103 23 64 73 66
Binary 11001110 10111011 1000011 0 1001 1000011 10011 110100 111011 110110

Color Harmonies of #CEBB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB43

Black with #CEBB43

Text Example


Text Example

White with #CEBB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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