Html Css Color HEX #CFDD15 Barberry

📋 copy color: '#CFDD15'

red 207 ◦ green 221 ◦ blue 21

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

Shades of Barberry #CFDD15

Tints of Barberry #CFDD15

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

 GREEN value IS 221 (86.72% from 255) = 49.22%

 BLUE value IS 21 (8.59% from 255) = 4.68%

R = 46.1%
G = 49.22%
B = 4.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#CFDD15 (or 0xCFDD15) is known color: Barberry. HEX triplet: CF, DD and 15. RGB value is (207,221,21). Sum of RGB (Red+Green+Blue) = 207+221+21=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD15 is #3022EA. Grayscale: #C2C2C2. Windows color (decimal): -3154667 or 1433039. OLE color: 1433039.

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

Color convert

RGB 207 221 21 -
CMYK 0.06 0 0.90 0.13
HSL 64.2º 0.83% 0.47% -
HSV(B) 64.2º 0.9% 0.87% -
XYZ 51.72 65.03 10.54 -
YUV 194.01 30.36 137.26 -
System Red Green Blue C M Y K H S L
Decimal 207 221 21 0.06 0 0.90 0.13 64.2 0.83 0.47
Hex CF DD 15 6 0 5A D 40 53 2F
Octal 317 335 25 6 0 132 15 100 123 57
Binary 11001111 11011101 10101 110 0 1011010 1101 1000000 1010011 101111

Color Harmonies of #CFDD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD15

Black with #CFDD15

Text Example


Text Example

White with #CFDD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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