Html Css Color HEX #CDA721 Galliano

📋 copy color: '#CDA721'

red 205 ◦ green 167 ◦ blue 33

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

Shades of Galliano #CDA721

Tints of Galliano #CDA721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 50.62%
G = 41.23%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA721 (or 0xCDA721) is known color: Galliano. HEX triplet: CD, A7 and 21. RGB value is (205,167,33). Sum of RGB (Red+Green+Blue) = 205+167+33=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA721 is #3258DE. Grayscale: #A3A3A3. Windows color (decimal): -3299551 or 2205645. OLE color: 2205645.

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

Color convert

RGB 205 167 33 -
CMYK 0 0.19 0.84 0.20
HSL 46.74º 0.72% 0.47% -
HSV(B) 46.74º 0.84% 0.8% -
XYZ 39.27 40.73 7.23 -
YUV 163.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 205 167 33 0 0.19 0.84 0.20 46.74 0.72 0.47
Hex CD A7 21 0 13 54 14 2F 48 2F
Octal 315 247 41 0 23 124 24 57 110 57
Binary 11001101 10100111 100001 0 10011 1010100 10100 101111 1001000 101111

Color Harmonies of #CDA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA721

Black with #CDA721

Text Example


Text Example

White with #CDA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA721; }

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

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

background-color css

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

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

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

border-color css

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

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

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