Html Css Color HEX #CDA70F Galliano

📋 copy color: '#CDA70F'

red 205 ◦ green 167 ◦ blue 15

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

Shades of Galliano #CDA70F

Tints of Galliano #CDA70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 52.97%
G = 43.15%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDA70F (or 0xCDA70F) is known color: Galliano. HEX triplet: CD, A7 and 0F. RGB value is (205,167,15). Sum of RGB (Red+Green+Blue) = 205+167+15=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA70F is #3258F0. Grayscale: #A1A1A1. Windows color (decimal): -3299569 or 1025997. OLE color: 1025997.

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

Color convert

RGB 205 167 15 -
CMYK 0 0.19 0.93 0.20
HSL 48º 0.86% 0.43% -
HSV(B) 48º 0.93% 0.8% -
XYZ 39.08 40.65 6.24 -
YUV 161.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 205 167 15 0 0.19 0.93 0.20 48 0.86 0.43
Hex CD A7 F 0 13 5D 14 30 56 2B
Octal 315 247 17 0 23 135 24 60 126 53
Binary 11001101 10100111 1111 0 10011 1011101 10100 110000 1010110 101011

Color Harmonies of #CDA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA70F

Black with #CDA70F

Text Example


Text Example

White with #CDA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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