Html Css Color HEX #D7C200 Bird Flower

📋 copy color: '#D7C200'

red 215 ◦ green 194 ◦ blue 0

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

Shades of Bird Flower #D7C200

Tints of Bird Flower #D7C200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.57%
G = 47.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7C200 (or 0xD7C200) is known color: Bird Flower. HEX triplet: D7, C2 and 00. RGB value is (215,194,0). Sum of RGB (Red+Green+Blue) = 215+194+0=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C200 is #283DFF. Grayscale: #B2B2B2. Windows color (decimal): -2637312 or 49879. OLE color: 49879.

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

Color convert

RGB 215 194 0 -
CMYK 0 0.10 1 0.16
HSL 54.14º 1% 0.42% -
HSV(B) 54.14º 1% 0.84% -
XYZ 47.32 53.03 7.74 -
YUV 178.16 27.46 154.27 -
System Red Green Blue C M Y K H S L
Decimal 215 194 0 0 0.10 1 0.16 54.14 1 0.42
Hex D7 C2 0 0 A 64 10 36 64 2A
Octal 327 302 0 0 12 144 20 66 144 52
Binary 11010111 11000010 0 0 1010 1100100 10000 110110 1100100 101010

Color Harmonies of #D7C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C200

Black with #D7C200

Text Example


Text Example

White with #D7C200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C200; }

 p { color: rgb(215,194,0); }

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

background-color css

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

 a { background-color: rgb(215,194,0); }

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

border-color css

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

 span { border-color: rgb(215,194,0); }

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