Html Css Color HEX #CFD614 Barberry

📋 copy color: '#CFD614'

red 207 ◦ green 214 ◦ blue 20

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

Shades of Barberry #CFD614

Tints of Barberry #CFD614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

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

R = 46.94%
G = 48.53%
B = 4.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CFD614 (or 0xCFD614) is known color: Barberry. HEX triplet: CF, D6 and 14. RGB value is (207,214,20). Sum of RGB (Red+Green+Blue) = 207+214+20=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD614 is #3029EB. Grayscale: #BEBEBE. Windows color (decimal): -3156460 or 1365711. OLE color: 1365711.

HSL color Cylindrical-coordinate representation of color #CFD614: hue angle of 62.16º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD614 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 20 -
CMYK 0.03 0 0.91 0.16
HSL 62.16º 0.83% 0.46% -
HSV(B) 62.16º 0.91% 0.84% -
XYZ 49.9 61.41 9.88 -
YUV 189.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 207 214 20 0.03 0 0.91 0.16 62.16 0.83 0.46
Hex CF D6 14 3 0 5B 10 3E 53 2E
Octal 317 326 24 3 0 133 20 76 123 56
Binary 11001111 11010110 10100 11 0 1011011 10000 111110 1010011 101110

Color Harmonies of #CFD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD614

Black with #CFD614

Text Example


Text Example

White with #CFD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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