Html Css Color HEX #D6CE30 Wattle

📋 copy color: '#D6CE30'

red 214 ◦ green 206 ◦ blue 48

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

Shades of Wattle #D6CE30

Tints of Wattle #D6CE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.02%

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

R = 45.73%
G = 44.02%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6CE30 (or 0xD6CE30) is known color: Wattle. HEX triplet: D6, CE and 30. RGB value is (214,206,48). Sum of RGB (Red+Green+Blue) = 214+206+48=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CE30 is #2931CF. Grayscale: #BFBFBF. Windows color (decimal): -2699728 or 3198678. OLE color: 3198678.

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

Color convert

RGB 214 206 48 -
CMYK 0 0.04 0.78 0.16
HSL 57.11º 0.67% 0.51% -
HSV(B) 57.11º 0.78% 0.84% -
XYZ 50.34 58.65 11.46 -
YUV 190.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 214 206 48 0 0.04 0.78 0.16 57.11 0.67 0.51
Hex D6 CE 30 0 4 4E 10 39 43 33
Octal 326 316 60 0 4 116 20 71 103 63
Binary 11010110 11001110 110000 0 100 1001110 10000 111001 1000011 110011

Color Harmonies of #D6CE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE30

Black with #D6CE30

Text Example


Text Example

White with #D6CE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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