Html Css Color HEX #CDA727 Galliano

📋 copy color: '#CDA727'

red 205 ◦ green 167 ◦ blue 39

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

Shades of Galliano #CDA727

Tints of Galliano #CDA727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 49.88%
G = 40.63%
B = 9.49%

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

#CDA727 (or 0xCDA727) is known color: Galliano. HEX triplet: CD, A7 and 27. RGB value is (205,167,39). Sum of RGB (Red+Green+Blue) = 205+167+39=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA727 is #3258D8. Grayscale: #A4A4A4. Windows color (decimal): -3299545 or 2598861. OLE color: 2598861.

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

Color convert

RGB 205 167 39 -
CMYK 0 0.19 0.81 0.20
HSL 46.27º 0.68% 0.48% -
HSV(B) 46.27º 0.81% 0.8% -
XYZ 39.36 40.76 7.71 -
YUV 163.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 205 167 39 0 0.19 0.81 0.20 46.27 0.68 0.48
Hex CD A7 27 0 13 51 14 2E 44 30
Octal 315 247 47 0 23 121 24 56 104 60
Binary 11001101 10100111 100111 0 10011 1010001 10100 101110 1000100 110000

Color Harmonies of #CDA727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA727

Black with #CDA727

Text Example


Text Example

White with #CDA727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA727; }

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

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

background-color css

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

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

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

border-color css

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

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

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