Html Css Color HEX #CDA90F Galliano

📋 copy color: '#CDA90F'

red 205 ◦ green 169 ◦ blue 15

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

Shades of Galliano #CDA90F

Tints of Galliano #CDA90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

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

R = 52.7%
G = 43.44%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CDA90F (or 0xCDA90F) is known color: Galliano. HEX triplet: CD, A9 and 0F. RGB value is (205,169,15). Sum of RGB (Red+Green+Blue) = 205+169+15=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA90F is #3256F0. Grayscale: #A2A2A2. Windows color (decimal): -3299057 or 1026509. OLE color: 1026509.

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

Color convert

RGB 205 169 15 -
CMYK 0 0.18 0.93 0.20
HSL 48.63º 0.86% 0.43% -
HSV(B) 48.63º 0.93% 0.8% -
XYZ 39.45 41.39 6.36 -
YUV 162.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 205 169 15 0 0.18 0.93 0.20 48.63 0.86 0.43
Hex CD A9 F 0 12 5D 14 31 56 2B
Octal 315 251 17 0 22 135 24 61 126 53
Binary 11001101 10101001 1111 0 10010 1011101 10100 110001 1010110 101011

Color Harmonies of #CDA90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA90F

Black with #CDA90F

Text Example


Text Example

White with #CDA90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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