Html Css Color HEX #DBCF30 Wattle

📋 copy color: '#DBCF30'

red 219 ◦ green 207 ◦ blue 48

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

Shades of Wattle #DBCF30

Tints of Wattle #DBCF30

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 48 (19.14% from 255) = 10.13%

R = 46.2%
G = 43.67%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBCF30 (or 0xDBCF30) is known color: Wattle. HEX triplet: DB, CF and 30. RGB value is (219,207,48). Sum of RGB (Red+Green+Blue) = 219+207+48=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF30 is #2430CF. Grayscale: #C1C1C1. Windows color (decimal): -2371792 or 3198939. OLE color: 3198939.

HSL color Cylindrical-coordinate representation of color #DBCF30: hue angle of 55.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBCF30 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 48 -
CMYK 0 0.05 0.78 0.14
HSL 55.79º 0.7% 0.52% -
HSV(B) 55.79º 0.78% 0.86% -
XYZ 52.06 59.9 11.61 -
YUV 192.46 46.48 146.93 -
System Red Green Blue C M Y K H S L
Decimal 219 207 48 0 0.05 0.78 0.14 55.79 0.7 0.52
Hex DB CF 30 0 5 4E E 38 46 34
Octal 333 317 60 0 5 116 16 70 106 64
Binary 11011011 11001111 110000 0 101 1001110 1110 111000 1000110 110100

Color Harmonies of #DBCF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF30

Black with #DBCF30

Text Example


Text Example

White with #DBCF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF30; }

 p { color: rgb(219,207,48); }

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

background-color css

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

 a { background-color: rgb(219,207,48); }

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

border-color css

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

 span { border-color: rgb(219,207,48); }

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