Html Css Color HEX #CDA71C Galliano

📋 copy color: '#CDA71C'

red 205 ◦ green 167 ◦ blue 28

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

Shades of Galliano #CDA71C

Tints of Galliano #CDA71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7%

R = 51.25%
G = 41.75%
B = 7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CDA71C (or 0xCDA71C) is known color: Galliano. HEX triplet: CD, A7 and 1C. RGB value is (205,167,28). Sum of RGB (Red+Green+Blue) = 205+167+28=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA71C is #3258E3. Grayscale: #A3A3A3. Windows color (decimal): -3299556 or 1877965. OLE color: 1877965.

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

Color convert

RGB 205 167 28 -
CMYK 0 0.19 0.86 0.20
HSL 47.12º 0.76% 0.46% -
HSV(B) 47.12º 0.86% 0.8% -
XYZ 39.21 40.7 6.89 -
YUV 162.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 205 167 28 0 0.19 0.86 0.20 47.12 0.76 0.46
Hex CD A7 1C 0 13 56 14 2F 4C 2E
Octal 315 247 34 0 23 126 24 57 114 56
Binary 11001101 10100111 11100 0 10011 1010110 10100 101111 1001100 101110

Color Harmonies of #CDA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA71C

Black with #CDA71C

Text Example


Text Example

White with #CDA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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