Html Css Color HEX #CDA00E Buddha Gold

📋 copy color: '#CDA00E'

red 205 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #CDA00E

Tints of Buddha Gold #CDA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

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

R = 54.09%
G = 42.22%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDA00E (or 0xCDA00E) is known color: Buddha Gold. HEX triplet: CD, A0 and 0E. RGB value is (205,160,14). Sum of RGB (Red+Green+Blue) = 205+160+14=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA00E is #325FF1. Grayscale: #9D9D9D. Windows color (decimal): -3301362 or 958669. OLE color: 958669.

HSL color Cylindrical-coordinate representation of color #CDA00E: hue angle of 45.86º 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 #CDA00E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 160 14 -
CMYK 0 0.22 0.93 0.20
HSL 45.86º 0.87% 0.43% -
HSV(B) 45.86º 0.93% 0.8% -
XYZ 37.83 38.15 5.79 -
YUV 156.81 47.41 162.37 -
System Red Green Blue C M Y K H S L
Decimal 205 160 14 0 0.22 0.93 0.20 45.86 0.87 0.43
Hex CD A0 E 0 16 5D 14 2E 57 2B
Octal 315 240 16 0 26 135 24 56 127 53
Binary 11001101 10100000 1110 0 10110 1011101 10100 101110 1010111 101011

Color Harmonies of #CDA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA00E

Black with #CDA00E

Text Example


Text Example

White with #CDA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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