Html Css Color HEX #D5CC10 Bird Flower

📋 copy color: '#D5CC10'

red 213 ◦ green 204 ◦ blue 16

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

Shades of Bird Flower #D5CC10

Tints of Bird Flower #D5CC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.11%

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

R = 49.19%
G = 47.11%
B = 3.7%

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

#D5CC10 (or 0xD5CC10) is known color: Bird Flower. HEX triplet: D5, CC and 10. RGB value is (213,204,16). Sum of RGB (Red+Green+Blue) = 213+204+16=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC10 is #2A33EF. Grayscale: #BABABA. Windows color (decimal): -2765808 or 1101013. OLE color: 1101013.

HSL color Cylindrical-coordinate representation of color #D5CC10: hue angle of 57.26º 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 #D5CC10 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 16 -
CMYK 0 0.04 0.92 0.16
HSL 57.26º 0.86% 0.45% -
HSV(B) 57.26º 0.92% 0.84% -
XYZ 49.13 57.37 8.97 -
YUV 185.26 32.48 147.79 -
System Red Green Blue C M Y K H S L
Decimal 213 204 16 0 0.04 0.92 0.16 57.26 0.86 0.45
Hex D5 CC 10 0 4 5C 10 39 56 2D
Octal 325 314 20 0 4 134 20 71 126 55
Binary 11010101 11001100 10000 0 100 1011100 10000 111001 1010110 101101

Color Harmonies of #D5CC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC10

Black with #D5CC10

Text Example


Text Example

White with #D5CC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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