Html Css Color HEX #CDAB25 Galliano

📋 copy color: '#CDAB25'

red 205 ◦ green 171 ◦ blue 37

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

Shades of Galliano #CDAB25

Tints of Galliano #CDAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 49.64%
G = 41.4%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDAB25 (or 0xCDAB25) is known color: Galliano. HEX triplet: CD, AB and 25. RGB value is (205,171,37). Sum of RGB (Red+Green+Blue) = 205+171+37=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB25 is #3254DA. Grayscale: #A6A6A6. Windows color (decimal): -3298523 or 2468813. OLE color: 2468813.

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

Color convert

RGB 205 171 37 -
CMYK 0 0.17 0.82 0.20
HSL 47.86º 0.69% 0.47% -
HSV(B) 47.86º 0.82% 0.8% -
XYZ 40.07 42.24 7.79 -
YUV 165.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 205 171 37 0 0.17 0.82 0.20 47.86 0.69 0.47
Hex CD AB 25 0 11 52 14 30 45 2F
Octal 315 253 45 0 21 122 24 60 105 57
Binary 11001101 10101011 100101 0 10001 1010010 10100 110000 1000101 101111

Color Harmonies of #CDAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB25

Black with #CDAB25

Text Example


Text Example

White with #CDAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB25; }

 p { color: rgb(205,171,37); }

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

background-color css

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

 a { background-color: rgb(205,171,37); }

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

border-color css

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

 span { border-color: rgb(205,171,37); }

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