Html Css Color HEX #CDA00F Buddha Gold

📋 copy color: '#CDA00F'

red 205 ◦ green 160 ◦ blue 15

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

Shades of Buddha Gold #CDA00F

Tints of Buddha Gold #CDA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 53.95%
G = 42.11%
B = 3.95%

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

#CDA00F (or 0xCDA00F) is known color: Buddha Gold. HEX triplet: CD, A0 and 0F. RGB value is (205,160,15). Sum of RGB (Red+Green+Blue) = 205+160+15=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA00F is #325FF0. Grayscale: #9D9D9D. Windows color (decimal): -3301361 or 1024205. OLE color: 1024205.

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

Color convert

RGB 205 160 15 -
CMYK 0 0.22 0.93 0.20
HSL 45.79º 0.86% 0.43% -
HSV(B) 45.79º 0.93% 0.8% -
XYZ 37.83 38.16 5.82 -
YUV 156.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 205 160 15 0 0.22 0.93 0.20 45.79 0.86 0.43
Hex CD A0 F 0 16 5D 14 2E 56 2B
Octal 315 240 17 0 26 135 24 56 126 53
Binary 11001101 10100000 1111 0 10110 1011101 10100 101110 1010110 101011

Color Harmonies of #CDA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA00F

Black with #CDA00F

Text Example


Text Example

White with #CDA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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