Html Css Color HEX #DBCC30 Wattle

📋 copy color: '#DBCC30'

red 219 ◦ green 204 ◦ blue 48

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

Shades of Wattle #DBCC30

Tints of Wattle #DBCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

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

R = 46.5%
G = 43.31%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBCC30 (or 0xDBCC30) is known color: Wattle. HEX triplet: DB, CC and 30. RGB value is (219,204,48). Sum of RGB (Red+Green+Blue) = 219+204+48=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC30 is #2433CF. Grayscale: #BFBFBF. Windows color (decimal): -2372560 or 3198171. OLE color: 3198171.

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

Color convert

RGB 219 204 48 -
CMYK 0 0.07 0.78 0.14
HSL 54.74º 0.7% 0.52% -
HSV(B) 54.74º 0.78% 0.86% -
XYZ 51.34 58.46 11.37 -
YUV 190.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 219 204 48 0 0.07 0.78 0.14 54.74 0.7 0.52
Hex DB CC 30 0 7 4E E 37 46 34
Octal 333 314 60 0 7 116 16 67 106 64
Binary 11011011 11001100 110000 0 111 1001110 1110 110111 1000110 110100

Color Harmonies of #DBCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC30

Black with #DBCC30

Text Example


Text Example

White with #DBCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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