Html Css Color HEX #CDA804 Buddha Gold

📋 copy color: '#CDA804'

red 205 ◦ green 168 ◦ blue 4

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

Shades of Buddha Gold #CDA804

Tints of Buddha Gold #CDA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 54.38%
G = 44.56%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA804 (or 0xCDA804) is known color: Buddha Gold. HEX triplet: CD, A8 and 04. RGB value is (205,168,4). Sum of RGB (Red+Green+Blue) = 205+168+4=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA804 is #3257FB. Grayscale: #A1A1A1. Windows color (decimal): -3299324 or 305357. OLE color: 305357.

HSL color Cylindrical-coordinate representation of color #CDA804: hue angle of 48.96º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDA804 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 4 -
CMYK 0 0.18 0.98 0.20
HSL 48.96º 0.96% 0.41% -
HSV(B) 48.96º 0.98% 0.8% -
XYZ 39.2 40.99 5.96 -
YUV 160.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 205 168 4 0 0.18 0.98 0.20 48.96 0.96 0.41
Hex CD A8 4 0 12 62 14 31 60 29
Octal 315 250 4 0 22 142 24 61 140 51
Binary 11001101 10101000 100 0 10010 1100010 10100 110001 1100000 101001

Color Harmonies of #CDA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA804

Black with #CDA804

Text Example


Text Example

White with #CDA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA804; }

 p { color: rgb(205,168,4); }

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

background-color css

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

 a { background-color: rgb(205,168,4); }

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

border-color css

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

 span { border-color: rgb(205,168,4); }

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