Html Css Color HEX #DBCD02 Bird Flower

📋 copy color: '#DBCD02'

red 219 ◦ green 205 ◦ blue 2

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

Shades of Bird Flower #DBCD02

Tints of Bird Flower #DBCD02

RGB

 RED value IS 219 (85.94% from 255) = 51.41%

 GREEN value IS 205 (80.47% from 255) = 48.12%

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

R = 51.41%
G = 48.12%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBCD02 (or 0xDBCD02) is known color: Bird Flower. HEX triplet: DB, CD and 02. RGB value is (219,205,2). Sum of RGB (Red+Green+Blue) = 219+205+2=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD02 is #2432FD. Grayscale: #BABABA. Windows color (decimal): -2372350 or 183771. OLE color: 183771.

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

Color convert

RGB 219 205 2 -
CMYK 0 0.06 0.99 0.14
HSL 56.13º 0.98% 0.43% -
HSV(B) 56.13º 0.99% 0.86% -
XYZ 51.06 58.73 8.7 -
YUV 186.04 24.14 151.51 -
System Red Green Blue C M Y K H S L
Decimal 219 205 2 0 0.06 0.99 0.14 56.13 0.98 0.43
Hex DB CD 2 0 6 63 E 38 62 2B
Octal 333 315 2 0 6 143 16 70 142 53
Binary 11011011 11001101 10 0 110 1100011 1110 111000 1100010 101011

Color Harmonies of #DBCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD02

Black with #DBCD02

Text Example


Text Example

White with #DBCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD02; }

 p { color: rgb(219,205,2); }

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

background-color css

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

 a { background-color: rgb(219,205,2); }

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

border-color css

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

 span { border-color: rgb(219,205,2); }

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