Html Css Color HEX #CDB425 Galliano

📋 copy color: '#CDB425'

red 205 ◦ green 180 ◦ blue 37

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

Shades of Galliano #CDB425

Tints of Galliano #CDB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 48.58%
G = 42.65%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB425 (or 0xCDB425) is known color: Galliano. HEX triplet: CD, B4 and 25. RGB value is (205,180,37). Sum of RGB (Red+Green+Blue) = 205+180+37=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB425 is #324BDA. Grayscale: #ABABAB. Windows color (decimal): -3296219 or 2471117. OLE color: 2471117.

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

Color convert

RGB 205 180 37 -
CMYK 0 0.12 0.82 0.20
HSL 51.07º 0.69% 0.47% -
HSV(B) 51.07º 0.82% 0.8% -
XYZ 41.83 45.76 8.38 -
YUV 171.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 205 180 37 0 0.12 0.82 0.20 51.07 0.69 0.47
Hex CD B4 25 0 C 52 14 33 45 2F
Octal 315 264 45 0 14 122 24 63 105 57
Binary 11001101 10110100 100101 0 1100 1010010 10100 110011 1000101 101111

Color Harmonies of #CDB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB425

Black with #CDB425

Text Example


Text Example

White with #CDB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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