Html Css Color HEX #CDA90C Galliano

📋 copy color: '#CDA90C'

red 205 ◦ green 169 ◦ blue 12

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

Shades of Galliano #CDA90C

Tints of Galliano #CDA90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.11%

R = 53.11%
G = 43.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CDA90C (or 0xCDA90C) is known color: Galliano. HEX triplet: CD, A9 and 0C. RGB value is (205,169,12). Sum of RGB (Red+Green+Blue) = 205+169+12=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA90C is #3256F3. Grayscale: #A2A2A2. Windows color (decimal): -3299060 or 829901. OLE color: 829901.

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

Color convert

RGB 205 169 12 -
CMYK 0 0.18 0.94 0.20
HSL 48.81º 0.89% 0.43% -
HSV(B) 48.81º 0.94% 0.8% -
XYZ 39.43 41.38 6.26 -
YUV 161.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 205 169 12 0 0.18 0.94 0.20 48.81 0.89 0.43
Hex CD A9 C 0 12 5E 14 31 59 2B
Octal 315 251 14 0 22 136 24 61 131 53
Binary 11001101 10101001 1100 0 10010 1011110 10100 110001 1011001 101011

Color Harmonies of #CDA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA90C

Black with #CDA90C

Text Example


Text Example

White with #CDA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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