Html Css Color HEX #CDA823 Galliano

📋 copy color: '#CDA823'

red 205 ◦ green 168 ◦ blue 35

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

Shades of Galliano #CDA823

Tints of Galliano #CDA823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 50.25%
G = 41.18%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDA823 (or 0xCDA823) is known color: Galliano. HEX triplet: CD, A8 and 23. RGB value is (205,168,35). Sum of RGB (Red+Green+Blue) = 205+168+35=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA823 is #3257DC. Grayscale: #A4A4A4. Windows color (decimal): -3299293 or 2336973. OLE color: 2336973.

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

Color convert

RGB 205 168 35 -
CMYK 0 0.18 0.83 0.20
HSL 46.94º 0.71% 0.47% -
HSV(B) 46.94º 0.83% 0.8% -
XYZ 39.48 41.11 7.44 -
YUV 163.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 205 168 35 0 0.18 0.83 0.20 46.94 0.71 0.47
Hex CD A8 23 0 12 53 14 2F 47 2F
Octal 315 250 43 0 22 123 24 57 107 57
Binary 11001101 10101000 100011 0 10010 1010011 10100 101111 1000111 101111

Color Harmonies of #CDA823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA823

Black with #CDA823

Text Example


Text Example

White with #CDA823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA823; }

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

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

background-color css

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

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

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

border-color css

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

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

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