Html Css Color HEX #D1CA01 Bird Flower

📋 copy color: '#D1CA01'

red 209 ◦ green 202 ◦ blue 1

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

Shades of Bird Flower #D1CA01

Tints of Bird Flower #D1CA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 50.73%
G = 49.03%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D1CA01 (or 0xD1CA01) is known color: Bird Flower. HEX triplet: D1, CA and 01. RGB value is (209,202,1). Sum of RGB (Red+Green+Blue) = 209+202+1=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CA01 is #2E35FE. Grayscale: #B5B5B5. Windows color (decimal): -3028479 or 117457. OLE color: 117457.

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

Color convert

RGB 209 202 1 -
CMYK 0 0.03 1.00 0.18
HSL 57.98º 0.99% 0.41% -
HSV(B) 57.98º 1% 0.82% -
XYZ 47.42 55.8 8.3 -
YUV 181.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 209 202 1 0 0.03 1.00 0.18 57.98 0.99 0.41
Hex D1 CA 1 0 3 64 12 3A 63 29
Octal 321 312 1 0 3 144 22 72 143 51
Binary 11010001 11001010 1 0 11 1100100 10010 111010 1100011 101001

Color Harmonies of #D1CA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA01

Black with #D1CA01

Text Example


Text Example

White with #D1CA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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