Html Css Color HEX #CDA725 Galliano

📋 copy color: '#CDA725'

red 205 ◦ green 167 ◦ blue 37

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

Shades of Galliano #CDA725

Tints of Galliano #CDA725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 50.12%
G = 40.83%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDA725 (or 0xCDA725) is known color: Galliano. HEX triplet: CD, A7 and 25. RGB value is (205,167,37). Sum of RGB (Red+Green+Blue) = 205+167+37=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA725 is #3258DA. Grayscale: #A4A4A4. Windows color (decimal): -3299547 or 2467789. OLE color: 2467789.

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

Color convert

RGB 205 167 37 -
CMYK 0 0.19 0.82 0.20
HSL 46.43º 0.69% 0.47% -
HSV(B) 46.43º 0.82% 0.8% -
XYZ 39.33 40.75 7.54 -
YUV 163.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 205 167 37 0 0.19 0.82 0.20 46.43 0.69 0.47
Hex CD A7 25 0 13 52 14 2E 45 2F
Octal 315 247 45 0 23 122 24 56 105 57
Binary 11001101 10100111 100101 0 10011 1010010 10100 101110 1000101 101111

Color Harmonies of #CDA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA725

Black with #CDA725

Text Example


Text Example

White with #CDA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA725; }

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

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

background-color css

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

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

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

border-color css

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

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

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