Html Css Color HEX #D6CB30 Wattle

📋 copy color: '#D6CB30'

red 214 ◦ green 203 ◦ blue 48

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

Shades of Wattle #D6CB30

Tints of Wattle #D6CB30

RGB

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

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

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

R = 46.02%
G = 43.66%
B = 10.32%

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

#D6CB30 (or 0xD6CB30) is known color: Wattle. HEX triplet: D6, CB and 30. RGB value is (214,203,48). Sum of RGB (Red+Green+Blue) = 214+203+48=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB30 is #2934CF. Grayscale: #BDBDBD. Windows color (decimal): -2700496 or 3197910. OLE color: 3197910.

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

Color convert

RGB 214 203 48 -
CMYK 0 0.05 0.78 0.16
HSL 56.02º 0.67% 0.51% -
HSV(B) 56.02º 0.78% 0.84% -
XYZ 49.62 57.22 11.23 -
YUV 188.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 214 203 48 0 0.05 0.78 0.16 56.02 0.67 0.51
Hex D6 CB 30 0 5 4E 10 38 43 33
Octal 326 313 60 0 5 116 20 70 103 63
Binary 11010110 11001011 110000 0 101 1001110 10000 111000 1000011 110011

Color Harmonies of #D6CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB30

Black with #D6CB30

Text Example


Text Example

White with #D6CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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