Html Css Color HEX #D8C30F Bird Flower

📋 copy color: '#D8C30F'

red 216 ◦ green 195 ◦ blue 15

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

Shades of Bird Flower #D8C30F

Tints of Bird Flower #D8C30F

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

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

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 50.7%
G = 45.77%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8C30F (or 0xD8C30F) is known color: Bird Flower. HEX triplet: D8, C3 and 0F. RGB value is (216,195,15). Sum of RGB (Red+Green+Blue) = 216+195+15=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C30F is #273CF0. Grayscale: #B5B5B5. Windows color (decimal): -2571505 or 1033176. OLE color: 1033176.

HSL color Cylindrical-coordinate representation of color #D8C30F: hue angle of 53.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8C30F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 195 15 -
CMYK 0 0.10 0.93 0.15
HSL 53.73º 0.87% 0.45% -
HSV(B) 53.73º 0.93% 0.85% -
XYZ 47.92 53.66 8.28 -
YUV 180.76 34.46 153.14 -
System Red Green Blue C M Y K H S L
Decimal 216 195 15 0 0.10 0.93 0.15 53.73 0.87 0.45
Hex D8 C3 F 0 A 5D F 36 57 2D
Octal 330 303 17 0 12 135 17 66 127 55
Binary 11011000 11000011 1111 0 1010 1011101 1111 110110 1010111 101101

Color Harmonies of #D8C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C30F

Black with #D8C30F

Text Example


Text Example

White with #D8C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C30F; }

 p { color: rgb(216,195,15); }

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

background-color css

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

 a { background-color: rgb(216,195,15); }

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

border-color css

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

 span { border-color: rgb(216,195,15); }

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