Html Css Color HEX #DDCE1E Barberry

📋 copy color: '#DDCE1E'

red 221 ◦ green 206 ◦ blue 30

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

Shades of Barberry #DDCE1E

Tints of Barberry #DDCE1E

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

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

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

R = 48.36%
G = 45.08%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDCE1E (or 0xDDCE1E) is known color: Barberry. HEX triplet: DD, CE and 1E. RGB value is (221,206,30). Sum of RGB (Red+Green+Blue) = 221+206+30=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE1E is #2231E1. Grayscale: #BFBFBF. Windows color (decimal): -2240994 or 2019037. OLE color: 2019037.

HSL color Cylindrical-coordinate representation of color #DDCE1E: hue angle of 55.29º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDCE1E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 30 -
CMYK 0 0.07 0.86 0.13
HSL 55.29º 0.76% 0.49% -
HSV(B) 55.29º 0.86% 0.87% -
XYZ 52.12 59.61 9.99 -
YUV 190.42 37.47 149.81 -
System Red Green Blue C M Y K H S L
Decimal 221 206 30 0 0.07 0.86 0.13 55.29 0.76 0.49
Hex DD CE 1E 0 7 56 D 37 4C 31
Octal 335 316 36 0 7 126 15 67 114 61
Binary 11011101 11001110 11110 0 111 1010110 1101 110111 1001100 110001

Color Harmonies of #DDCE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE1E

Black with #DDCE1E

Text Example


Text Example

White with #DDCE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE1E; }

 p { color: rgb(221,206,30); }

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

background-color css

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

 a { background-color: rgb(221,206,30); }

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

border-color css

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

 span { border-color: rgb(221,206,30); }

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