Html Css Color HEX #CDA526 Galliano

📋 copy color: '#CDA526'

red 205 ◦ green 165 ◦ blue 38

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

Shades of Galliano #CDA526

Tints of Galliano #CDA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 50.25%
G = 40.44%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDA526 (or 0xCDA526) is known color: Galliano. HEX triplet: CD, A5 and 26. RGB value is (205,165,38). Sum of RGB (Red+Green+Blue) = 205+165+38=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA526 is #325AD9. Grayscale: #A3A3A3. Windows color (decimal): -3300058 or 2532813. OLE color: 2532813.

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

Color convert

RGB 205 165 38 -
CMYK 0 0.20 0.81 0.20
HSL 45.63º 0.69% 0.48% -
HSV(B) 45.63º 0.81% 0.8% -
XYZ 38.98 40.03 7.51 -
YUV 162.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 205 165 38 0 0.20 0.81 0.20 45.63 0.69 0.48
Hex CD A5 26 0 14 51 14 2E 45 30
Octal 315 245 46 0 24 121 24 56 105 60
Binary 11001101 10100101 100110 0 10100 1010001 10100 101110 1000101 110000

Color Harmonies of #CDA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA526

Black with #CDA526

Text Example


Text Example

White with #CDA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA526; }

 p { color: rgb(205,165,38); }

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

background-color css

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

 a { background-color: rgb(205,165,38); }

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

border-color css

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

 span { border-color: rgb(205,165,38); }

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