Html Css Color HEX #CDB025 Galliano

📋 copy color: '#CDB025'

red 205 ◦ green 176 ◦ blue 37

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

Shades of Galliano #CDB025

Tints of Galliano #CDB025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

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

R = 49.04%
G = 42.11%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDB025 (or 0xCDB025) is known color: Galliano. HEX triplet: CD, B0 and 25. RGB value is (205,176,37). Sum of RGB (Red+Green+Blue) = 205+176+37=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB025 is #324FDA. Grayscale: #A9A9A9. Windows color (decimal): -3297243 or 2470093. OLE color: 2470093.

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

Color convert

RGB 205 176 37 -
CMYK 0 0.14 0.82 0.20
HSL 49.64º 0.69% 0.47% -
HSV(B) 49.64º 0.82% 0.8% -
XYZ 41.04 44.16 8.11 -
YUV 168.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 205 176 37 0 0.14 0.82 0.20 49.64 0.69 0.47
Hex CD B0 25 0 E 52 14 32 45 2F
Octal 315 260 45 0 16 122 24 62 105 57
Binary 11001101 10110000 100101 0 1110 1010010 10100 110010 1000101 101111

Color Harmonies of #CDB025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB025

Black with #CDB025

Text Example


Text Example

White with #CDB025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB025; }

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

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

background-color css

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

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

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

border-color css

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

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

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