Html Css Color HEX #CDA712 Galliano

📋 copy color: '#CDA712'

red 205 ◦ green 167 ◦ blue 18

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

Shades of Galliano #CDA712

Tints of Galliano #CDA712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 52.56%
G = 42.82%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CDA712 (or 0xCDA712) is known color: Galliano. HEX triplet: CD, A7 and 12. RGB value is (205,167,18). Sum of RGB (Red+Green+Blue) = 205+167+18=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA712 is #3258ED. Grayscale: #A2A2A2. Windows color (decimal): -3299566 or 1222605. OLE color: 1222605.

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

Color convert

RGB 205 167 18 -
CMYK 0 0.19 0.91 0.20
HSL 47.81º 0.84% 0.44% -
HSV(B) 47.81º 0.91% 0.8% -
XYZ 39.1 40.66 6.36 -
YUV 161.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 205 167 18 0 0.19 0.91 0.20 47.81 0.84 0.44
Hex CD A7 12 0 13 5B 14 30 54 2C
Octal 315 247 22 0 23 133 24 60 124 54
Binary 11001101 10100111 10010 0 10011 1011011 10100 110000 1010100 101100

Color Harmonies of #CDA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA712

Black with #CDA712

Text Example


Text Example

White with #CDA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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