Html Css Color HEX #D6CC27 Barberry

📋 copy color: '#D6CC27'

red 214 ◦ green 204 ◦ blue 39

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

Shades of Barberry #D6CC27

Tints of Barberry #D6CC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.53%

R = 46.83%
G = 44.64%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D6CC27 (or 0xD6CC27) is known color: Barberry. HEX triplet: D6, CC and 27. RGB value is (214,204,39). Sum of RGB (Red+Green+Blue) = 214+204+39=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC27 is #2933D8. Grayscale: #BCBCBC. Windows color (decimal): -2700249 or 2608342. OLE color: 2608342.

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

Color convert

RGB 214 204 39 -
CMYK 0 0.05 0.82 0.16
HSL 56.57º 0.69% 0.5% -
HSV(B) 56.57º 0.82% 0.84% -
XYZ 49.69 57.63 10.42 -
YUV 188.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 214 204 39 0 0.05 0.82 0.16 56.57 0.69 0.5
Hex D6 CC 27 0 5 52 10 39 45 32
Octal 326 314 47 0 5 122 20 71 105 62
Binary 11010110 11001100 100111 0 101 1010010 10000 111001 1000101 110010

Color Harmonies of #D6CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC27

Black with #D6CC27

Text Example


Text Example

White with #D6CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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