Html Css Color HEX #D5CA04 Bird Flower

📋 copy color: '#D5CA04'

red 213 ◦ green 202 ◦ blue 4

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

Shades of Bird Flower #D5CA04

Tints of Bird Flower #D5CA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 50.84%
G = 48.21%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5CA04 (or 0xD5CA04) is known color: Bird Flower. HEX triplet: D5, CA and 04. RGB value is (213,202,4). Sum of RGB (Red+Green+Blue) = 213+202+4=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA04 is #2A35FB. Grayscale: #B7B7B7. Windows color (decimal): -2766332 or 314069. OLE color: 314069.

HSL color Cylindrical-coordinate representation of color #D5CA04: hue angle of 56.84º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5CA04 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 4 -
CMYK 0 0.05 0.98 0.16
HSL 56.84º 0.96% 0.43% -
HSV(B) 56.84º 0.98% 0.84% -
XYZ 48.58 56.4 8.44 -
YUV 182.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 213 202 4 0 0.05 0.98 0.16 56.84 0.96 0.43
Hex D5 CA 4 0 5 62 10 39 60 2B
Octal 325 312 4 0 5 142 20 71 140 53
Binary 11010101 11001010 100 0 101 1100010 10000 111001 1100000 101011

Color Harmonies of #D5CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA04

Black with #D5CA04

Text Example


Text Example

White with #D5CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA04; }

 p { color: rgb(213,202,4); }

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

background-color css

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

 a { background-color: rgb(213,202,4); }

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

border-color css

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

 span { border-color: rgb(213,202,4); }

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