Html Css Color HEX #CDB325 Galliano

📋 copy color: '#CDB325'

red 205 ◦ green 179 ◦ blue 37

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

Shades of Galliano #CDB325

Tints of Galliano #CDB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 48.69%
G = 42.52%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB325 (or 0xCDB325) is known color: Galliano. HEX triplet: CD, B3 and 25. RGB value is (205,179,37). Sum of RGB (Red+Green+Blue) = 205+179+37=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB325 is #324CDA. Grayscale: #ABABAB. Windows color (decimal): -3296475 or 2470861. OLE color: 2470861.

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

Color convert

RGB 205 179 37 -
CMYK 0 0.13 0.82 0.20
HSL 50.71º 0.69% 0.47% -
HSV(B) 50.71º 0.82% 0.8% -
XYZ 41.63 45.35 8.31 -
YUV 170.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 205 179 37 0 0.13 0.82 0.20 50.71 0.69 0.47
Hex CD B3 25 0 D 52 14 33 45 2F
Octal 315 263 45 0 15 122 24 63 105 57
Binary 11001101 10110011 100101 0 1101 1010010 10100 110011 1000101 101111

Color Harmonies of #CDB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB325

Black with #CDB325

Text Example


Text Example

White with #CDB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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