Html Css Color HEX #DBCB02 Bird Flower

📋 copy color: '#DBCB02'

red 219 ◦ green 203 ◦ blue 2

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

Shades of Bird Flower #DBCB02

Tints of Bird Flower #DBCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.88%

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

R = 51.65%
G = 47.88%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBCB02 (or 0xDBCB02) is known color: Bird Flower. HEX triplet: DB, CB and 02. RGB value is (219,203,2). Sum of RGB (Red+Green+Blue) = 219+203+2=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB02 is #2434FD. Grayscale: #B9B9B9. Windows color (decimal): -2372862 or 183259. OLE color: 183259.

HSL color Cylindrical-coordinate representation of color #DBCB02: hue angle of 55.58º 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 #DBCB02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 203 2 -
CMYK 0 0.07 0.99 0.14
HSL 55.58º 0.98% 0.43% -
HSV(B) 55.58º 0.99% 0.86% -
XYZ 50.58 57.78 8.54 -
YUV 184.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 219 203 2 0 0.07 0.99 0.14 55.58 0.98 0.43
Hex DB CB 2 0 7 63 E 38 62 2B
Octal 333 313 2 0 7 143 16 70 142 53
Binary 11011011 11001011 10 0 111 1100011 1110 111000 1100010 101011

Color Harmonies of #DBCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCB02

Black with #DBCB02

Text Example


Text Example

White with #DBCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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