Html Css Color HEX #D0D602 Bird Flower

📋 copy color: '#D0D602'

red 208 ◦ green 214 ◦ blue 2

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

Shades of Bird Flower #D0D602

Tints of Bird Flower #D0D602

RGB

 RED value IS 208 (81.64% from 255) = 49.06%

 GREEN value IS 214 (83.98% from 255) = 50.47%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 49.06%
G = 50.47%
B = 0.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D0D602 (or 0xD0D602) is known color: Bird Flower. HEX triplet: D0, D6 and 02. RGB value is (208,214,2). Sum of RGB (Red+Green+Blue) = 208+214+2=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D602 is #2F29FD. Grayscale: #BCBCBC. Windows color (decimal): -3090942 or 186064. OLE color: 186064.

HSL color Cylindrical-coordinate representation of color #D0D602: hue angle of 61.7º degrees, saturation: 0.98, 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 #D0D602 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 2 -
CMYK 0.03 0 0.99 0.16
HSL 61.7º 0.98% 0.42% -
HSV(B) 61.7º 0.99% 0.84% -
XYZ 50.07 61.51 9.29 -
YUV 188.04 23.01 142.24 -
System Red Green Blue C M Y K H S L
Decimal 208 214 2 0.03 0 0.99 0.16 61.7 0.98 0.42
Hex D0 D6 2 3 0 63 10 3E 62 2A
Octal 320 326 2 3 0 143 20 76 142 52
Binary 11010000 11010110 10 11 0 1100011 10000 111110 1100010 101010

Color Harmonies of #D0D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D602

Black with #D0D602

Text Example


Text Example

White with #D0D602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D602; }

 p { color: rgb(208,214,2); }

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

background-color css

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

 a { background-color: rgb(208,214,2); }

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

border-color css

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

 span { border-color: rgb(208,214,2); }

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