Html Css Color HEX #D7C20C Bird Flower

📋 copy color: '#D7C20C'

red 215 ◦ green 194 ◦ blue 12

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

Shades of Bird Flower #D7C20C

Tints of Bird Flower #D7C20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 51.07%
G = 46.08%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7C20C (or 0xD7C20C) is known color: Bird Flower. HEX triplet: D7, C2 and 0C. RGB value is (215,194,12). Sum of RGB (Red+Green+Blue) = 215+194+12=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C20C is #283DF3. Grayscale: #B4B4B4. Windows color (decimal): -2637300 or 836311. OLE color: 836311.

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

Color convert

RGB 215 194 12 -
CMYK 0 0.10 0.94 0.16
HSL 53.79º 0.89% 0.45% -
HSV(B) 53.79º 0.94% 0.84% -
XYZ 47.38 53.06 8.09 -
YUV 179.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 215 194 12 0 0.10 0.94 0.16 53.79 0.89 0.45
Hex D7 C2 C 0 A 5E 10 36 59 2D
Octal 327 302 14 0 12 136 20 66 131 55
Binary 11010111 11000010 1100 0 1010 1011110 10000 110110 1011001 101101

Color Harmonies of #D7C20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C20C

Black with #D7C20C

Text Example


Text Example

White with #D7C20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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