Html Css Color HEX #D6CC30 Wattle

📋 copy color: '#D6CC30'

red 214 ◦ green 204 ◦ blue 48

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

Shades of Wattle #D6CC30

Tints of Wattle #D6CC30

RGB

 RED value IS 214 (83.98% from 255) = 45.92%

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

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

R = 45.92%
G = 43.78%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6CC30 (or 0xD6CC30) is known color: Wattle. HEX triplet: D6, CC and 30. RGB value is (214,204,48). Sum of RGB (Red+Green+Blue) = 214+204+48=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC30 is #2933CF. Grayscale: #BDBDBD. Windows color (decimal): -2700240 or 3198166. OLE color: 3198166.

HSL color Cylindrical-coordinate representation of color #D6CC30: hue angle of 56.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6CC30 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 48 -
CMYK 0 0.05 0.78 0.16
HSL 56.39º 0.67% 0.51% -
HSV(B) 56.39º 0.78% 0.84% -
XYZ 49.86 57.7 11.3 -
YUV 189.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 214 204 48 0 0.05 0.78 0.16 56.39 0.67 0.51
Hex D6 CC 30 0 5 4E 10 38 43 33
Octal 326 314 60 0 5 116 20 70 103 63
Binary 11010110 11001100 110000 0 101 1001110 10000 111000 1000011 110011

Color Harmonies of #D6CC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC30

Black with #D6CC30

Text Example


Text Example

White with #D6CC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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