Html Css Color HEX #CEB23D Old Gold

📋 copy color: '#CEB23D'

red 206 ◦ green 178 ◦ blue 61

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

Shades of Old Gold #CEB23D

Tints of Old Gold #CEB23D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 46.29%
G = 40%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEB23D (or 0xCEB23D) is known color: Old Gold. HEX triplet: CE, B2 and 3D. RGB value is (206,178,61). Sum of RGB (Red+Green+Blue) = 206+178+61=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB23D is #314DC2. Grayscale: #ADADAD. Windows color (decimal): -3231171 or 4043470. OLE color: 4043470.

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

Color convert

RGB 206 178 61 -
CMYK 0 0.14 0.70 0.19
HSL 48.41º 0.6% 0.52% -
HSV(B) 48.41º 0.7% 0.81% -
XYZ 42.22 45.3 10.93 -
YUV 173.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 206 178 61 0 0.14 0.70 0.19 48.41 0.6 0.52
Hex CE B2 3D 0 E 46 13 30 3C 34
Octal 316 262 75 0 16 106 23 60 74 64
Binary 11001110 10110010 111101 0 1110 1000110 10011 110000 111100 110100

Color Harmonies of #CEB23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB23D

Black with #CEB23D

Text Example


Text Example

White with #CEB23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB23D; }

 p { color: rgb(206,178,61); }

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

background-color css

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

 a { background-color: rgb(206,178,61); }

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

border-color css

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

 span { border-color: rgb(206,178,61); }

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