Html Css Color HEX #D0C302 Bird Flower

📋 copy color: '#D0C302'

red 208 ◦ green 195 ◦ blue 2

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

Shades of Bird Flower #D0C302

Tints of Bird Flower #D0C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

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

R = 51.36%
G = 48.15%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0C302 (or 0xD0C302) is known color: Bird Flower. HEX triplet: D0, C3 and 02. RGB value is (208,195,2). Sum of RGB (Red+Green+Blue) = 208+195+2=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C302 is #2F3CFD. Grayscale: #B1B1B1. Windows color (decimal): -3095806 or 181200. OLE color: 181200.

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

Color convert

RGB 208 195 2 -
CMYK 0 0.06 0.99 0.18
HSL 56.21º 0.98% 0.41% -
HSV(B) 56.21º 0.99% 0.82% -
XYZ 45.54 52.44 7.78 -
YUV 176.89 29.31 150.19 -
System Red Green Blue C M Y K H S L
Decimal 208 195 2 0 0.06 0.99 0.18 56.21 0.98 0.41
Hex D0 C3 2 0 6 63 12 38 62 29
Octal 320 303 2 0 6 143 22 70 142 51
Binary 11010000 11000011 10 0 110 1100011 10010 111000 1100010 101001

Color Harmonies of #D0C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C302

Black with #D0C302

Text Example


Text Example

White with #D0C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C302; }

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

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

background-color css

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

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

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

border-color css

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

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

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