Html Css Color HEX #D8C30C Bird Flower

📋 copy color: '#D8C30C'

red 216 ◦ green 195 ◦ blue 12

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

Shades of Bird Flower #D8C30C

Tints of Bird Flower #D8C30C

RGB

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

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

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

R = 51.06%
G = 46.1%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C30C (or 0xD8C30C) is known color: Bird Flower. HEX triplet: D8, C3 and 0C. RGB value is (216,195,12). Sum of RGB (Red+Green+Blue) = 216+195+12=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C30C is #273CF3. Grayscale: #B5B5B5. Windows color (decimal): -2571508 or 836568. OLE color: 836568.

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

Color convert

RGB 216 195 12 -
CMYK 0 0.10 0.94 0.15
HSL 53.82º 0.89% 0.45% -
HSV(B) 53.82º 0.94% 0.85% -
XYZ 47.9 53.66 8.18 -
YUV 180.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 216 195 12 0 0.10 0.94 0.15 53.82 0.89 0.45
Hex D8 C3 C 0 A 5E F 36 59 2D
Octal 330 303 14 0 12 136 17 66 131 55
Binary 11011000 11000011 1100 0 1010 1011110 1111 110110 1011001 101101

Color Harmonies of #D8C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C30C

Black with #D8C30C

Text Example


Text Example

White with #D8C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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