Html Css Color HEX #CEBF4B Old Gold

📋 copy color: '#CEBF4B'

red 206 ◦ green 191 ◦ blue 75

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

Shades of Old Gold #CEBF4B

Tints of Old Gold #CEBF4B

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

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

R = 43.64%
G = 40.47%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEBF4B (or 0xCEBF4B) is known color: Old Gold. HEX triplet: CE, BF and 4B. RGB value is (206,191,75). Sum of RGB (Red+Green+Blue) = 206+191+75=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF4B is #3140B4. Grayscale: #B6B6B6. Windows color (decimal): -3227829 or 4964302. OLE color: 4964302.

HSL color Cylindrical-coordinate representation of color #CEBF4B: hue angle of 53.13º 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 #CEBF4B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 75 -
CMYK 0 0.07 0.64 0.19
HSL 53.13º 0.57% 0.55% -
HSV(B) 53.13º 0.64% 0.81% -
XYZ 45.35 50.89 14.09 -
YUV 182.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 206 191 75 0 0.07 0.64 0.19 53.13 0.57 0.55
Hex CE BF 4B 0 7 40 13 35 39 37
Octal 316 277 113 0 7 100 23 65 71 67
Binary 11001110 10111111 1001011 0 111 1000000 10011 110101 111001 110111

Color Harmonies of #CEBF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF4B

Black with #CEBF4B

Text Example


Text Example

White with #CEBF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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