Html Css Color HEX #CFD414 Barberry

📋 copy color: '#CFD414'

red 207 ◦ green 212 ◦ blue 20

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

Shades of Barberry #CFD414

Tints of Barberry #CFD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

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

R = 47.15%
G = 48.29%
B = 4.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CFD414 (or 0xCFD414) is known color: Barberry. HEX triplet: CF, D4 and 14. RGB value is (207,212,20). Sum of RGB (Red+Green+Blue) = 207+212+20=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD414 is #302BEB. Grayscale: #BDBDBD. Windows color (decimal): -3156972 or 1365199. OLE color: 1365199.

HSL color Cylindrical-coordinate representation of color #CFD414: hue angle of 61.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD414 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 20 -
CMYK 0.02 0 0.91 0.17
HSL 61.56º 0.83% 0.45% -
HSV(B) 61.56º 0.91% 0.83% -
XYZ 49.4 60.4 9.72 -
YUV 188.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 207 212 20 0.02 0 0.91 0.17 61.56 0.83 0.45
Hex CF D4 14 2 0 5B 11 3E 53 2D
Octal 317 324 24 2 0 133 21 76 123 55
Binary 11001111 11010100 10100 10 0 1011011 10001 111110 1010011 101101

Color Harmonies of #CFD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD414

Black with #CFD414

Text Example


Text Example

White with #CFD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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