Html Css Color HEX #CDA20F Buddha Gold

📋 copy color: '#CDA20F'

red 205 ◦ green 162 ◦ blue 15

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

Shades of Buddha Gold #CDA20F

Tints of Buddha Gold #CDA20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

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

R = 53.66%
G = 42.41%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDA20F (or 0xCDA20F) is known color: Buddha Gold. HEX triplet: CD, A2 and 0F. RGB value is (205,162,15). Sum of RGB (Red+Green+Blue) = 205+162+15=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA20F is #325DF0. Grayscale: #9E9E9E. Windows color (decimal): -3300849 or 1024717. OLE color: 1024717.

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

Color convert

RGB 205 162 15 -
CMYK 0 0.21 0.93 0.20
HSL 46.42º 0.86% 0.43% -
HSV(B) 46.42º 0.93% 0.8% -
XYZ 38.18 38.85 5.94 -
YUV 158.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 205 162 15 0 0.21 0.93 0.20 46.42 0.86 0.43
Hex CD A2 F 0 15 5D 14 2E 56 2B
Octal 315 242 17 0 25 135 24 56 126 53
Binary 11001101 10100010 1111 0 10101 1011101 10100 101110 1010110 101011

Color Harmonies of #CDA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA20F

Black with #CDA20F

Text Example


Text Example

White with #CDA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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