Html Css Color HEX #D4C303 Bird Flower

📋 copy color: '#D4C303'

red 212 ◦ green 195 ◦ blue 3

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

Shades of Bird Flower #D4C303

Tints of Bird Flower #D4C303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 51.71%
G = 47.56%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4C303 (or 0xD4C303) is known color: Bird Flower. HEX triplet: D4, C3 and 03. RGB value is (212,195,3). Sum of RGB (Red+Green+Blue) = 212+195+3=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C303 is #2B3CFC. Grayscale: #B2B2B2. Windows color (decimal): -2833661 or 246740. OLE color: 246740.

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

Color convert

RGB 212 195 3 -
CMYK 0 0.08 0.99 0.17
HSL 55.12º 0.97% 0.42% -
HSV(B) 55.12º 0.99% 0.83% -
XYZ 46.68 53.03 7.86 -
YUV 178.2 29.13 152.11 -
System Red Green Blue C M Y K H S L
Decimal 212 195 3 0 0.08 0.99 0.17 55.12 0.97 0.42
Hex D4 C3 3 0 8 63 11 37 61 2A
Octal 324 303 3 0 10 143 21 67 141 52
Binary 11010100 11000011 11 0 1000 1100011 10001 110111 1100001 101010

Color Harmonies of #D4C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C303

Black with #D4C303

Text Example


Text Example

White with #D4C303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C303; }

 p { color: rgb(212,195,3); }

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

background-color css

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

 a { background-color: rgb(212,195,3); }

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

border-color css

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

 span { border-color: rgb(212,195,3); }

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