Html Css Color HEX #CDA40E Buddha Gold

📋 copy color: '#CDA40E'

red 205 ◦ green 164 ◦ blue 14

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

Shades of Buddha Gold #CDA40E

Tints of Buddha Gold #CDA40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.82%

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

R = 53.52%
G = 42.82%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDA40E (or 0xCDA40E) is known color: Buddha Gold. HEX triplet: CD, A4 and 0E. RGB value is (205,164,14). Sum of RGB (Red+Green+Blue) = 205+164+14=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA40E is #325BF1. Grayscale: #9F9F9F. Windows color (decimal): -3300338 or 959693. OLE color: 959693.

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

Color convert

RGB 205 164 14 -
CMYK 0 0.2 0.93 0.20
HSL 47.12º 0.87% 0.43% -
HSV(B) 47.12º 0.93% 0.8% -
XYZ 38.53 39.56 6.02 -
YUV 159.16 46.08 160.7 -
System Red Green Blue C M Y K H S L
Decimal 205 164 14 0 0.2 0.93 0.20 47.12 0.87 0.43
Hex CD A4 E 0 14 5D 14 2F 57 2B
Octal 315 244 16 0 24 135 24 57 127 53
Binary 11001101 10100100 1110 0 10100 1011101 10100 101111 1010111 101011

Color Harmonies of #CDA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA40E

Black with #CDA40E

Text Example


Text Example

White with #CDA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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