Html Css Color HEX #CDB126 Galliano

📋 copy color: '#CDB126'

red 205 ◦ green 177 ◦ blue 38

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

Shades of Galliano #CDB126

Tints of Galliano #CDB126

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

 BLUE value IS 38 (15.23% from 255) = 9.05%

R = 48.81%
G = 42.14%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDB126 (or 0xCDB126) is known color: Galliano. HEX triplet: CD, B1 and 26. RGB value is (205,177,38). Sum of RGB (Red+Green+Blue) = 205+177+38=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB126 is #324ED9. Grayscale: #AAAAAA. Windows color (decimal): -3296986 or 2535885. OLE color: 2535885.

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

Color convert

RGB 205 177 38 -
CMYK 0 0.14 0.81 0.20
HSL 49.94º 0.69% 0.48% -
HSV(B) 49.94º 0.81% 0.8% -
XYZ 41.25 44.56 8.26 -
YUV 169.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 205 177 38 0 0.14 0.81 0.20 49.94 0.69 0.48
Hex CD B1 26 0 E 51 14 32 45 30
Octal 315 261 46 0 16 121 24 62 105 60
Binary 11001101 10110001 100110 0 1110 1010001 10100 110010 1000101 110000

Color Harmonies of #CDB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB126

Black with #CDB126

Text Example


Text Example

White with #CDB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB126; }

 p { color: rgb(205,177,38); }

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

background-color css

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

 a { background-color: rgb(205,177,38); }

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

border-color css

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

 span { border-color: rgb(205,177,38); }

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