Html Css Color HEX #DDCF17 Barberry

📋 copy color: '#DDCF17'

red 221 ◦ green 207 ◦ blue 23

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

Shades of Barberry #DDCF17

Tints of Barberry #DDCF17

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.9%

 BLUE value IS 23 (9.38% from 255) = 5.1%

R = 49%
G = 45.9%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDCF17 (or 0xDDCF17) is known color: Barberry. HEX triplet: DD, CF and 17. RGB value is (221,207,23). Sum of RGB (Red+Green+Blue) = 221+207+23=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF17 is #2230E8. Grayscale: #BEBEBE. Windows color (decimal): -2240745 or 1560541. OLE color: 1560541.

HSL color Cylindrical-coordinate representation of color #DDCF17: hue angle of 55.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDCF17 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 23 -
CMYK 0 0.06 0.90 0.13
HSL 55.76º 0.81% 0.48% -
HSV(B) 55.76º 0.9% 0.87% -
XYZ 52.29 60.06 9.65 -
YUV 190.21 33.64 149.96 -
System Red Green Blue C M Y K H S L
Decimal 221 207 23 0 0.06 0.90 0.13 55.76 0.81 0.48
Hex DD CF 17 0 6 5A D 38 51 30
Octal 335 317 27 0 6 132 15 70 121 60
Binary 11011101 11001111 10111 0 110 1011010 1101 111000 1010001 110000

Color Harmonies of #DDCF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF17

Black with #DDCF17

Text Example


Text Example

White with #DDCF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF17; }

 p { color: rgb(221,207,23); }

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

background-color css

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

 a { background-color: rgb(221,207,23); }

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

border-color css

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

 span { border-color: rgb(221,207,23); }

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