Html Css Color HEX #CFD714 Barberry

📋 copy color: '#CFD714'

red 207 ◦ green 215 ◦ blue 20

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

Shades of Barberry #CFD714

Tints of Barberry #CFD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.64%

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

R = 46.83%
G = 48.64%
B = 4.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CFD714 (or 0xCFD714) is known color: Barberry. HEX triplet: CF, D7 and 14. RGB value is (207,215,20). Sum of RGB (Red+Green+Blue) = 207+215+20=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD714 is #3028EB. Grayscale: #BFBFBF. Windows color (decimal): -3156204 or 1365967. OLE color: 1365967.

HSL color Cylindrical-coordinate representation of color #CFD714: hue angle of 62.46º 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 #CFD714 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 20 -
CMYK 0.04 0 0.91 0.16
HSL 62.46º 0.83% 0.46% -
HSV(B) 62.46º 0.91% 0.84% -
XYZ 50.16 61.92 9.97 -
YUV 190.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 207 215 20 0.04 0 0.91 0.16 62.46 0.83 0.46
Hex CF D7 14 4 0 5B 10 3E 53 2E
Octal 317 327 24 4 0 133 20 76 123 56
Binary 11001111 11010111 10100 100 0 1011011 10000 111110 1010011 101110

Color Harmonies of #CFD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD714

Black with #CFD714

Text Example


Text Example

White with #CFD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD714; }

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

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

background-color css

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

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

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

border-color css

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

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

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