Html Css Color HEX #CE9914 Buddha Gold

📋 copy color: '#CE9914'

red 206 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #CE9914

Tints of Buddha Gold #CE9914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 20 (8.2% from 255) = 5.28%

R = 54.35%
G = 40.37%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE9914 (or 0xCE9914) is known color: Buddha Gold. HEX triplet: CE, 99 and 14. RGB value is (206,153,20). Sum of RGB (Red+Green+Blue) = 206+153+20=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9914 is #3166EB. Grayscale: #9A9A9A. Windows color (decimal): -3237612 or 1350094. OLE color: 1350094.

HSL color Cylindrical-coordinate representation of color #CE9914: hue angle of 42.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE9914 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 20 -
CMYK 0 0.26 0.90 0.19
HSL 42.9º 0.82% 0.44% -
HSV(B) 42.9º 0.9% 0.81% -
XYZ 36.97 35.95 5.65 -
YUV 153.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 206 153 20 0 0.26 0.90 0.19 42.9 0.82 0.44
Hex CE 99 14 0 1A 5A 13 2B 52 2C
Octal 316 231 24 0 32 132 23 53 122 54
Binary 11001110 10011001 10100 0 11010 1011010 10011 101011 1010010 101100

Color Harmonies of #CE9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9914

Black with #CE9914

Text Example


Text Example

White with #CE9914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9914; }

 p { color: rgb(206,153,20); }

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

background-color css

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

 a { background-color: rgb(206,153,20); }

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

border-color css

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

 span { border-color: rgb(206,153,20); }

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