Html Css Color HEX #D8CA00 Bird Flower

📋 copy color: '#D8CA00'

red 216 ◦ green 202 ◦ blue 0

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

Shades of Bird Flower #D8CA00

Tints of Bird Flower #D8CA00

RGB

 RED value IS 216 (84.77% from 255) = 51.67%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.67%
G = 48.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8CA00 (or 0xD8CA00) is known color: Bird Flower. HEX triplet: D8, CA and 00. RGB value is (216,202,0). Sum of RGB (Red+Green+Blue) = 216+202+0=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CA00 is #2735FF. Grayscale: #B7B7B7. Windows color (decimal): -2569728 or 51928. OLE color: 51928.

HSL color Cylindrical-coordinate representation of color #D8CA00: hue angle of 56.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8CA00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 0 -
CMYK 0 0.06 1 0.15
HSL 56.11º 1% 0.42% -
HSV(B) 56.11º 1% 0.85% -
XYZ 49.44 56.84 8.37 -
YUV 183.16 24.64 151.43 -
System Red Green Blue C M Y K H S L
Decimal 216 202 0 0 0.06 1 0.15 56.11 1 0.42
Hex D8 CA 0 0 6 64 F 38 64 2A
Octal 330 312 0 0 6 144 17 70 144 52
Binary 11011000 11001010 0 0 110 1100100 1111 111000 1100100 101010

Color Harmonies of #D8CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA00

Black with #D8CA00

Text Example


Text Example

White with #D8CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA00; }

 p { color: rgb(216,202,0); }

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

background-color css

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

 a { background-color: rgb(216,202,0); }

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

border-color css

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

 span { border-color: rgb(216,202,0); }

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