Html Css Color HEX #CDA627 Galliano

📋 copy color: '#CDA627'

red 205 ◦ green 166 ◦ blue 39

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

Shades of Galliano #CDA627

Tints of Galliano #CDA627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.51%

R = 50%
G = 40.49%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDA627 (or 0xCDA627) is known color: Galliano. HEX triplet: CD, A6 and 27. RGB value is (205,166,39). Sum of RGB (Red+Green+Blue) = 205+166+39=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA627 is #3259D8. Grayscale: #A3A3A3. Windows color (decimal): -3299801 or 2598605. OLE color: 2598605.

HSL color Cylindrical-coordinate representation of color #CDA627: hue angle of 45.9º degrees, saturation: 0.68, 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 #CDA627 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 166 39 -
CMYK 0 0.19 0.81 0.20
HSL 45.9º 0.68% 0.48% -
HSV(B) 45.9º 0.81% 0.8% -
XYZ 39.18 40.4 7.65 -
YUV 163.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 205 166 39 0 0.19 0.81 0.20 45.9 0.68 0.48
Hex CD A6 27 0 13 51 14 2E 44 30
Octal 315 246 47 0 23 121 24 56 104 60
Binary 11001101 10100110 100111 0 10011 1010001 10100 101110 1000100 110000

Color Harmonies of #CDA627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA627

Black with #CDA627

Text Example


Text Example

White with #CDA627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA627; }

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

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

background-color css

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

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

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

border-color css

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

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

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