Html Css Color HEX #CDB326 Galliano

📋 copy color: '#CDB326'

red 205 ◦ green 179 ◦ blue 38

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

Shades of Galliano #CDB326

Tints of Galliano #CDB326

RGB

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

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

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

R = 48.58%
G = 42.42%
B = 9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDB326 (or 0xCDB326) is known color: Galliano. HEX triplet: CD, B3 and 26. RGB value is (205,179,38). Sum of RGB (Red+Green+Blue) = 205+179+38=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB326 is #324CD9. Grayscale: #ABABAB. Windows color (decimal): -3296474 or 2536397. OLE color: 2536397.

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

Color convert

RGB 205 179 38 -
CMYK 0 0.13 0.81 0.20
HSL 50.66º 0.69% 0.48% -
HSV(B) 50.66º 0.81% 0.8% -
XYZ 41.65 45.36 8.39 -
YUV 170.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 205 179 38 0 0.13 0.81 0.20 50.66 0.69 0.48
Hex CD B3 26 0 D 51 14 33 45 30
Octal 315 263 46 0 15 121 24 63 105 60
Binary 11001101 10110011 100110 0 1101 1010001 10100 110011 1000101 110000

Color Harmonies of #CDB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB326

Black with #CDB326

Text Example


Text Example

White with #CDB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB326; }

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

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

background-color css

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

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

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

border-color css

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

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

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