Html Css Color HEX #CD9A0E Buddha Gold

📋 copy color: '#CD9A0E'

red 205 ◦ green 154 ◦ blue 14

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

Shades of Buddha Gold #CD9A0E

Tints of Buddha Gold #CD9A0E

RGB

 RED value IS 205 (80.47% from 255) = 54.96%

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 14 (5.86% from 255) = 3.75%

R = 54.96%
G = 41.29%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD9A0E (or 0xCD9A0E) is known color: Buddha Gold. HEX triplet: CD, 9A and 0E. RGB value is (205,154,14). Sum of RGB (Red+Green+Blue) = 205+154+14=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A0E is #3265F1. Grayscale: #999999. Windows color (decimal): -3302898 or 957133. OLE color: 957133.

HSL color Cylindrical-coordinate representation of color #CD9A0E: hue angle of 43.98º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD9A0E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 14 -
CMYK 0 0.25 0.93 0.20
HSL 43.98º 0.87% 0.43% -
HSV(B) 43.98º 0.93% 0.8% -
XYZ 36.81 36.12 5.45 -
YUV 153.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 205 154 14 0 0.25 0.93 0.20 43.98 0.87 0.43
Hex CD 9A E 0 19 5D 14 2C 57 2B
Octal 315 232 16 0 31 135 24 54 127 53
Binary 11001101 10011010 1110 0 11001 1011101 10100 101100 1010111 101011

Color Harmonies of #CD9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A0E

Black with #CD9A0E

Text Example


Text Example

White with #CD9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A0E; }

 p { color: rgb(205,154,14); }

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

background-color css

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

 a { background-color: rgb(205,154,14); }

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

border-color css

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

 span { border-color: rgb(205,154,14); }

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