Html Css Color HEX #D1CA03 Bird Flower

📋 copy color: '#D1CA03'

red 209 ◦ green 202 ◦ blue 3

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

Shades of Bird Flower #D1CA03

Tints of Bird Flower #D1CA03

RGB

 RED value IS 209 (82.03% from 255) = 50.48%

 GREEN value IS 202 (79.3% from 255) = 48.79%

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

R = 50.48%
G = 48.79%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1CA03 (or 0xD1CA03) is known color: Bird Flower. HEX triplet: D1, CA and 03. RGB value is (209,202,3). Sum of RGB (Red+Green+Blue) = 209+202+3=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CA03 is #2E35FC. Grayscale: #B6B6B6. Windows color (decimal): -3028477 or 248529. OLE color: 248529.

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

Color convert

RGB 209 202 3 -
CMYK 0 0.03 0.99 0.18
HSL 57.96º 0.97% 0.42% -
HSV(B) 57.96º 0.99% 0.82% -
XYZ 47.43 55.8 8.36 -
YUV 181.41 27.32 147.68 -
System Red Green Blue C M Y K H S L
Decimal 209 202 3 0 0.03 0.99 0.18 57.96 0.97 0.42
Hex D1 CA 3 0 3 63 12 3A 61 2A
Octal 321 312 3 0 3 143 22 72 141 52
Binary 11010001 11001010 11 0 11 1100011 10010 111010 1100001 101010

Color Harmonies of #D1CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA03

Black with #D1CA03

Text Example


Text Example

White with #D1CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA03; }

 p { color: rgb(209,202,3); }

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

background-color css

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

 a { background-color: rgb(209,202,3); }

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

border-color css

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

 span { border-color: rgb(209,202,3); }

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