Html Css Color HEX #CFD314 Barberry

📋 copy color: '#CFD314'

red 207 ◦ green 211 ◦ blue 20

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

Shades of Barberry #CFD314

Tints of Barberry #CFD314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

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

R = 47.26%
G = 48.17%
B = 4.57%

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

#CFD314 (or 0xCFD314) is known color: Barberry. HEX triplet: CF, D3 and 14. RGB value is (207,211,20). Sum of RGB (Red+Green+Blue) = 207+211+20=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD314 is #302CEB. Grayscale: #BCBCBC. Windows color (decimal): -3157228 or 1364943. OLE color: 1364943.

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

Color convert

RGB 207 211 20 -
CMYK 0.02 0 0.91 0.17
HSL 61.26º 0.83% 0.45% -
HSV(B) 61.26º 0.91% 0.83% -
XYZ 49.15 59.9 9.63 -
YUV 188.03 33.17 141.53 -
System Red Green Blue C M Y K H S L
Decimal 207 211 20 0.02 0 0.91 0.17 61.26 0.83 0.45
Hex CF D3 14 2 0 5B 11 3D 53 2D
Octal 317 323 24 2 0 133 21 75 123 55
Binary 11001111 11010011 10100 10 0 1011011 10001 111101 1010011 101101

Color Harmonies of #CFD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD314

Black with #CFD314

Text Example


Text Example

White with #CFD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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