Html Css Color HEX #D4C61E Barberry

📋 copy color: '#D4C61E'

red 212 ◦ green 198 ◦ blue 30

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

Shades of Barberry #D4C61E

Tints of Barberry #D4C61E

RGB

 RED value IS 212 (83.2% from 255) = 48.18%

 GREEN value IS 198 (77.73% from 255) = 45%

 BLUE value IS 30 (12.11% from 255) = 6.82%

R = 48.18%
G = 45%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4C61E (or 0xD4C61E) is known color: Barberry. HEX triplet: D4, C6 and 1E. RGB value is (212,198,30). Sum of RGB (Red+Green+Blue) = 212+198+30=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C61E is #2B39E1. Grayscale: #B7B7B7. Windows color (decimal): -2832866 or 2016980. OLE color: 2016980.

HSL color Cylindrical-coordinate representation of color #D4C61E: hue angle of 55.38º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4C61E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 198 30 -
CMYK 0 0.07 0.86 0.17
HSL 55.38º 0.75% 0.47% -
HSV(B) 55.38º 0.86% 0.83% -
XYZ 47.58 54.48 9.24 -
YUV 183.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 212 198 30 0 0.07 0.86 0.17 55.38 0.75 0.47
Hex D4 C6 1E 0 7 56 11 37 4B 2F
Octal 324 306 36 0 7 126 21 67 113 57
Binary 11010100 11000110 11110 0 111 1010110 10001 110111 1001011 101111

Color Harmonies of #D4C61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C61E

Black with #D4C61E

Text Example


Text Example

White with #D4C61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C61E; }

 p { color: rgb(212,198,30); }

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

background-color css

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

 a { background-color: rgb(212,198,30); }

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

border-color css

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

 span { border-color: rgb(212,198,30); }

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