Html Css Color HEX #D5CD10 Bird Flower

📋 copy color: '#D5CD10'

red 213 ◦ green 205 ◦ blue 16

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

Shades of Bird Flower #D5CD10

Tints of Bird Flower #D5CD10

RGB

 RED value IS 213 (83.59% from 255) = 49.08%

 GREEN value IS 205 (80.47% from 255) = 47.24%

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 49.08%
G = 47.24%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5CD10 (or 0xD5CD10) is known color: Bird Flower. HEX triplet: D5, CD and 10. RGB value is (213,205,16). Sum of RGB (Red+Green+Blue) = 213+205+16=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CD10 is #2A32EF. Grayscale: #BABABA. Windows color (decimal): -2765552 or 1101269. OLE color: 1101269.

HSL color Cylindrical-coordinate representation of color #D5CD10: hue angle of 57.56º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5CD10 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 16 -
CMYK 0 0.04 0.92 0.16
HSL 57.56º 0.86% 0.45% -
HSV(B) 57.56º 0.92% 0.84% -
XYZ 49.37 57.85 9.05 -
YUV 185.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 213 205 16 0 0.04 0.92 0.16 57.56 0.86 0.45
Hex D5 CD 10 0 4 5C 10 3A 56 2D
Octal 325 315 20 0 4 134 20 72 126 55
Binary 11010101 11001101 10000 0 100 1011100 10000 111010 1010110 101101

Color Harmonies of #D5CD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD10

Black with #D5CD10

Text Example


Text Example

White with #D5CD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD10; }

 p { color: rgb(213,205,16); }

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

background-color css

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

 a { background-color: rgb(213,205,16); }

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

border-color css

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

 span { border-color: rgb(213,205,16); }

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