Html Css Color HEX #CFD814 Barberry

📋 copy color: '#CFD814'

red 207 ◦ green 216 ◦ blue 20

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

Shades of Barberry #CFD814

Tints of Barberry #CFD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.76%

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

R = 46.73%
G = 48.76%
B = 4.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#CFD814 (or 0xCFD814) is known color: Barberry. HEX triplet: CF, D8 and 14. RGB value is (207,216,20). Sum of RGB (Red+Green+Blue) = 207+216+20=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD814 is #3027EB. Grayscale: #BFBFBF. Windows color (decimal): -3155948 or 1366223. OLE color: 1366223.

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

Color convert

RGB 207 216 20 -
CMYK 0.04 0 0.91 0.15
HSL 62.76º 0.83% 0.46% -
HSV(B) 62.76º 0.91% 0.85% -
XYZ 50.41 62.43 10.05 -
YUV 190.97 31.52 139.44 -
System Red Green Blue C M Y K H S L
Decimal 207 216 20 0.04 0 0.91 0.15 62.76 0.83 0.46
Hex CF D8 14 4 0 5B F 3F 53 2E
Octal 317 330 24 4 0 133 17 77 123 56
Binary 11001111 11011000 10100 100 0 1011011 1111 111111 1010011 101110

Color Harmonies of #CFD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD814

Black with #CFD814

Text Example


Text Example

White with #CFD814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD814; }

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

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

background-color css

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

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

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

border-color css

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

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

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