Html Css Color HEX #CDA308 Buddha Gold

📋 copy color: '#CDA308'

red 205 ◦ green 163 ◦ blue 8

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

Shades of Buddha Gold #CDA308

Tints of Buddha Gold #CDA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 54.52%
G = 43.35%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDA308 (or 0xCDA308) is known color: Buddha Gold. HEX triplet: CD, A3 and 08. RGB value is (205,163,8). Sum of RGB (Red+Green+Blue) = 205+163+8=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA308 is #325CF7. Grayscale: #9E9E9E. Windows color (decimal): -3300600 or 566221. OLE color: 566221.

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

Color convert

RGB 205 163 8 -
CMYK 0 0.20 0.96 0.20
HSL 47.21º 0.92% 0.42% -
HSV(B) 47.21º 0.96% 0.8% -
XYZ 38.32 39.19 5.77 -
YUV 157.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 205 163 8 0 0.20 0.96 0.20 47.21 0.92 0.42
Hex CD A3 8 0 14 60 14 2F 5C 2A
Octal 315 243 10 0 24 140 24 57 134 52
Binary 11001101 10100011 1000 0 10100 1100000 10100 101111 1011100 101010

Color Harmonies of #CDA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA308

Black with #CDA308

Text Example


Text Example

White with #CDA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA308; }

 p { color: rgb(205,163,8); }

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

background-color css

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

 a { background-color: rgb(205,163,8); }

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

border-color css

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

 span { border-color: rgb(205,163,8); }

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