Html Css Color HEX #CEB74B Old Gold

📋 copy color: '#CEB74B'

red 206 ◦ green 183 ◦ blue 75

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

Shades of Old Gold #CEB74B

Tints of Old Gold #CEB74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 44.4%
G = 39.44%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEB74B (or 0xCEB74B) is known color: Old Gold. HEX triplet: CE, B7 and 4B. RGB value is (206,183,75). Sum of RGB (Red+Green+Blue) = 206+183+75=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB74B is #3148B4. Grayscale: #B2B2B2. Windows color (decimal): -3229877 or 4962254. OLE color: 4962254.

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

Color convert

RGB 206 183 75 -
CMYK 0 0.11 0.64 0.19
HSL 49.47º 0.57% 0.55% -
HSV(B) 49.47º 0.64% 0.81% -
XYZ 43.66 47.5 13.52 -
YUV 177.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 206 183 75 0 0.11 0.64 0.19 49.47 0.57 0.55
Hex CE B7 4B 0 B 40 13 31 39 37
Octal 316 267 113 0 13 100 23 61 71 67
Binary 11001110 10110111 1001011 0 1011 1000000 10011 110001 111001 110111

Color Harmonies of #CEB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB74B

Black with #CEB74B

Text Example


Text Example

White with #CEB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB74B; }

 p { color: rgb(206,183,75); }

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

background-color css

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

 a { background-color: rgb(206,183,75); }

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

border-color css

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

 span { border-color: rgb(206,183,75); }

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