Html Css Color HEX #CDA625 Galliano

📋 copy color: '#CDA625'

red 205 ◦ green 166 ◦ blue 37

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

Shades of Galliano #CDA625

Tints of Galliano #CDA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 50.25%
G = 40.69%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDA625 (or 0xCDA625) is known color: Galliano. HEX triplet: CD, A6 and 25. RGB value is (205,166,37). Sum of RGB (Red+Green+Blue) = 205+166+37=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA625 is #3259DA. Grayscale: #A3A3A3. Windows color (decimal): -3299803 or 2467533. OLE color: 2467533.

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

Color convert

RGB 205 166 37 -
CMYK 0 0.19 0.82 0.20
HSL 46.07º 0.69% 0.47% -
HSV(B) 46.07º 0.82% 0.8% -
XYZ 39.15 40.39 7.48 -
YUV 162.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 205 166 37 0 0.19 0.82 0.20 46.07 0.69 0.47
Hex CD A6 25 0 13 52 14 2E 45 2F
Octal 315 246 45 0 23 122 24 56 105 57
Binary 11001101 10100110 100101 0 10011 1010010 10100 101110 1000101 101111

Color Harmonies of #CDA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA625

Black with #CDA625

Text Example


Text Example

White with #CDA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA625; }

 p { color: rgb(205,166,37); }

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

background-color css

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

 a { background-color: rgb(205,166,37); }

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

border-color css

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

 span { border-color: rgb(205,166,37); }

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