Html Css Color HEX #CDA423 Galliano

📋 copy color: '#CDA423'

red 205 ◦ green 164 ◦ blue 35

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

Shades of Galliano #CDA423

Tints of Galliano #CDA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

 BLUE value IS 35 (14.06% from 255) = 8.66%

R = 50.74%
G = 40.59%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDA423 (or 0xCDA423) is known color: Galliano. HEX triplet: CD, A4 and 23. RGB value is (205,164,35). Sum of RGB (Red+Green+Blue) = 205+164+35=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA423 is #325BDC. Grayscale: #A2A2A2. Windows color (decimal): -3300317 or 2335949. OLE color: 2335949.

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

Color convert

RGB 205 164 35 -
CMYK 0 0.2 0.83 0.20
HSL 45.53º 0.71% 0.47% -
HSV(B) 45.53º 0.83% 0.8% -
XYZ 38.76 39.65 7.2 -
YUV 161.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 205 164 35 0 0.2 0.83 0.20 45.53 0.71 0.47
Hex CD A4 23 0 14 53 14 2E 47 2F
Octal 315 244 43 0 24 123 24 56 107 57
Binary 11001101 10100100 100011 0 10100 1010011 10100 101110 1000111 101111

Color Harmonies of #CDA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA423

Black with #CDA423

Text Example


Text Example

White with #CDA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA423; }

 p { color: rgb(205,164,35); }

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

background-color css

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

 a { background-color: rgb(205,164,35); }

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

border-color css

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

 span { border-color: rgb(205,164,35); }

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