Html Css Color HEX #D7CC13 Bird Flower

📋 copy color: '#D7CC13'

red 215 ◦ green 204 ◦ blue 19

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

Shades of Bird Flower #D7CC13

Tints of Bird Flower #D7CC13

RGB

 RED value IS 215 (84.38% from 255) = 49.09%

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

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 49.09%
G = 46.58%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7CC13 (or 0xD7CC13) is known color: Bird Flower. HEX triplet: D7, CC and 13. RGB value is (215,204,19). Sum of RGB (Red+Green+Blue) = 215+204+19=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CC13 is #2833EC. Grayscale: #BABABA. Windows color (decimal): -2634733 or 1297623. OLE color: 1297623.

HSL color Cylindrical-coordinate representation of color #D7CC13: hue angle of 56.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7CC13 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 19 -
CMYK 0 0.05 0.91 0.16
HSL 56.63º 0.84% 0.46% -
HSV(B) 56.63º 0.91% 0.84% -
XYZ 49.73 57.68 9.13 -
YUV 186.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 215 204 19 0 0.05 0.91 0.16 56.63 0.84 0.46
Hex D7 CC 13 0 5 5B 10 39 54 2E
Octal 327 314 23 0 5 133 20 71 124 56
Binary 11010111 11001100 10011 0 101 1011011 10000 111001 1010100 101110

Color Harmonies of #D7CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC13

Black with #D7CC13

Text Example


Text Example

White with #D7CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC13; }

 p { color: rgb(215,204,19); }

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

background-color css

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

 a { background-color: rgb(215,204,19); }

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

border-color css

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

 span { border-color: rgb(215,204,19); }

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