Html Css Color HEX #CDA71F Galliano

📋 copy color: '#CDA71F'

red 205 ◦ green 167 ◦ blue 31

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

Shades of Galliano #CDA71F

Tints of Galliano #CDA71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.69%

R = 50.87%
G = 41.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CDA71F (or 0xCDA71F) is known color: Galliano. HEX triplet: CD, A7 and 1F. RGB value is (205,167,31). Sum of RGB (Red+Green+Blue) = 205+167+31=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA71F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA71F is #3258E0. Grayscale: #A3A3A3. Windows color (decimal): -3299553 or 2074573. OLE color: 2074573.

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

Color convert

RGB 205 167 31 -
CMYK 0 0.19 0.85 0.20
HSL 46.9º 0.74% 0.46% -
HSV(B) 46.9º 0.85% 0.8% -
XYZ 39.24 40.72 7.09 -
YUV 162.86 53.59 158.06 -
System Red Green Blue C M Y K H S L
Decimal 205 167 31 0 0.19 0.85 0.20 46.9 0.74 0.46
Hex CD A7 1F 0 13 55 14 2F 4A 2E
Octal 315 247 37 0 23 125 24 57 112 56
Binary 11001101 10100111 11111 0 10011 1010101 10100 101111 1001010 101110

Color Harmonies of #CDA71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA71F

Black with #CDA71F

Text Example


Text Example

White with #CDA71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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