Html Css Color HEX #D4C600 Bird Flower

📋 copy color: '#D4C600'

red 212 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #D4C600

Tints of Bird Flower #D4C600

RGB

 RED value IS 212 (83.2% from 255) = 51.71%

 GREEN value IS 198 (77.73% from 255) = 48.29%

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

R = 51.71%
G = 48.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D4C600 (or 0xD4C600) is known color: Bird Flower. HEX triplet: D4, C6 and 00. RGB value is (212,198,0). Sum of RGB (Red+Green+Blue) = 212+198+0=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C600 is #2B39FF. Grayscale: #B4B4B4. Windows color (decimal): -2832896 or 50900. OLE color: 50900.

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

Color convert

RGB 212 198 0 -
CMYK 0 0.07 1 0.17
HSL 56.04º 1% 0.42% -
HSV(B) 56.04º 1% 0.83% -
XYZ 47.35 54.39 8 -
YUV 179.61 26.64 151.1 -
System Red Green Blue C M Y K H S L
Decimal 212 198 0 0 0.07 1 0.17 56.04 1 0.42
Hex D4 C6 0 0 7 64 11 38 64 2A
Octal 324 306 0 0 7 144 21 70 144 52
Binary 11010100 11000110 0 0 111 1100100 10001 111000 1100100 101010

Color Harmonies of #D4C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C600

Black with #D4C600

Text Example


Text Example

White with #D4C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C600; }

 p { color: rgb(212,198,0); }

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

background-color css

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

 a { background-color: rgb(212,198,0); }

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

border-color css

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

 span { border-color: rgb(212,198,0); }

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