Html Css Color HEX #D5C203 Bird Flower

📋 copy color: '#D5C203'

red 213 ◦ green 194 ◦ blue 3

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

Shades of Bird Flower #D5C203

Tints of Bird Flower #D5C203

RGB

 RED value IS 213 (83.59% from 255) = 51.95%

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

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

R = 51.95%
G = 47.32%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5C203 (or 0xD5C203) is known color: Bird Flower. HEX triplet: D5, C2 and 03. RGB value is (213,194,3). Sum of RGB (Red+Green+Blue) = 213+194+3=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C203 is #2A3DFC. Grayscale: #B2B2B2. Windows color (decimal): -2768381 or 246485. OLE color: 246485.

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

Color convert

RGB 213 194 3 -
CMYK 0 0.09 0.99 0.16
HSL 54.57º 0.97% 0.42% -
HSV(B) 54.57º 0.99% 0.84% -
XYZ 46.75 52.74 7.8 -
YUV 177.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 213 194 3 0 0.09 0.99 0.16 54.57 0.97 0.42
Hex D5 C2 3 0 9 63 10 37 61 2A
Octal 325 302 3 0 11 143 20 67 141 52
Binary 11010101 11000010 11 0 1001 1100011 10000 110111 1100001 101010

Color Harmonies of #D5C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C203

Black with #D5C203

Text Example


Text Example

White with #D5C203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C203; }

 p { color: rgb(213,194,3); }

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

background-color css

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

 a { background-color: rgb(213,194,3); }

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

border-color css

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

 span { border-color: rgb(213,194,3); }

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