Html Css Color HEX #D7C305 Bird Flower

📋 copy color: '#D7C305'

red 215 ◦ green 195 ◦ blue 5

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

Shades of Bird Flower #D7C305

Tints of Bird Flower #D7C305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 51.81%
G = 46.99%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7C305 (or 0xD7C305) is known color: Bird Flower. HEX triplet: D7, C3 and 05. RGB value is (215,195,5). Sum of RGB (Red+Green+Blue) = 215+195+5=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C305 is #283CFA. Grayscale: #B4B4B4. Windows color (decimal): -2637051 or 377815. OLE color: 377815.

HSL color Cylindrical-coordinate representation of color #D7C305: hue angle of 54.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7C305 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 195 5 -
CMYK 0 0.09 0.98 0.16
HSL 54.29º 0.95% 0.43% -
HSV(B) 54.29º 0.98% 0.84% -
XYZ 47.57 53.49 7.96 -
YUV 179.32 29.63 153.45 -
System Red Green Blue C M Y K H S L
Decimal 215 195 5 0 0.09 0.98 0.16 54.29 0.95 0.43
Hex D7 C3 5 0 9 62 10 36 5F 2B
Octal 327 303 5 0 11 142 20 66 137 53
Binary 11010111 11000011 101 0 1001 1100010 10000 110110 1011111 101011

Color Harmonies of #D7C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C305

Black with #D7C305

Text Example


Text Example

White with #D7C305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C305; }

 p { color: rgb(215,195,5); }

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

background-color css

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

 a { background-color: rgb(215,195,5); }

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

border-color css

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

 span { border-color: rgb(215,195,5); }

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