Html Css Color HEX #CFDD14 Barberry

📋 copy color: '#CFDD14'

red 207 ◦ green 221 ◦ blue 20

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

Shades of Barberry #CFDD14

Tints of Barberry #CFDD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 46.21%
G = 49.33%
B = 4.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#CFDD14 (or 0xCFDD14) is known color: Barberry. HEX triplet: CF, DD and 14. RGB value is (207,221,20). Sum of RGB (Red+Green+Blue) = 207+221+20=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDD14 is #3022EB. Grayscale: #C2C2C2. Windows color (decimal): -3154668 or 1367503. OLE color: 1367503.

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

Color convert

RGB 207 221 20 -
CMYK 0.06 0 0.91 0.13
HSL 64.18º 0.83% 0.47% -
HSV(B) 64.18º 0.91% 0.87% -
XYZ 51.71 65.03 10.49 -
YUV 193.9 29.86 137.34 -
System Red Green Blue C M Y K H S L
Decimal 207 221 20 0.06 0 0.91 0.13 64.18 0.83 0.47
Hex CF DD 14 6 0 5B D 40 53 2F
Octal 317 335 24 6 0 133 15 100 123 57
Binary 11001111 11011101 10100 110 0 1011011 1101 1000000 1010011 101111

Color Harmonies of #CFDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD14

Black with #CFDD14

Text Example


Text Example

White with #CFDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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