Html Css Color HEX #CE9719 Buddha Gold

📋 copy color: '#CE9719'

red 206 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #CE9719

Tints of Buddha Gold #CE9719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 53.93%
G = 39.53%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE9719 (or 0xCE9719) is known color: Buddha Gold. HEX triplet: CE, 97 and 19. RGB value is (206,151,25). Sum of RGB (Red+Green+Blue) = 206+151+25=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9719 is #3168E6. Grayscale: #999999. Windows color (decimal): -3238119 or 1677262. OLE color: 1677262.

HSL color Cylindrical-coordinate representation of color #CE9719: hue angle of 41.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE9719 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 25 -
CMYK 0 0.27 0.88 0.19
HSL 41.77º 0.78% 0.45% -
HSV(B) 41.77º 0.88% 0.81% -
XYZ 36.7 35.33 5.8 -
YUV 153.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 206 151 25 0 0.27 0.88 0.19 41.77 0.78 0.45
Hex CE 97 19 0 1B 58 13 2A 4E 2D
Octal 316 227 31 0 33 130 23 52 116 55
Binary 11001110 10010111 11001 0 11011 1011000 10011 101010 1001110 101101

Color Harmonies of #CE9719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9719

Black with #CE9719

Text Example


Text Example

White with #CE9719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9719; }

 p { color: rgb(206,151,25); }

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

background-color css

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

 a { background-color: rgb(206,151,25); }

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

border-color css

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

 span { border-color: rgb(206,151,25); }

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