Html Css Color HEX #CED714 Barberry

📋 copy color: '#CED714'

red 206 ◦ green 215 ◦ blue 20

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

Shades of Barberry #CED714

Tints of Barberry #CED714

RGB

 RED value IS 206 (80.86% from 255) = 46.71%

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

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

R = 46.71%
G = 48.75%
B = 4.54%

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

#CED714 (or 0xCED714) is known color: Barberry. HEX triplet: CE, D7 and 14. RGB value is (206,215,20). Sum of RGB (Red+Green+Blue) = 206+215+20=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #CED714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED714 is #3128EB. Grayscale: #BEBEBE. Windows color (decimal): -3221740 or 1365966. OLE color: 1365966.

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

Color convert

RGB 206 215 20 -
CMYK 0.04 0 0.91 0.16
HSL 62.77º 0.83% 0.46% -
HSV(B) 62.77º 0.91% 0.84% -
XYZ 49.88 61.77 9.96 -
YUV 190.08 32.02 139.36 -
System Red Green Blue C M Y K H S L
Decimal 206 215 20 0.04 0 0.91 0.16 62.77 0.83 0.46
Hex CE D7 14 4 0 5B 10 3F 53 2E
Octal 316 327 24 4 0 133 20 77 123 56
Binary 11001110 11010111 10100 100 0 1011011 10000 111111 1010011 101110

Color Harmonies of #CED714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED714

Black with #CED714

Text Example


Text Example

White with #CED714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED714; }

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

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

background-color css

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

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

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

border-color css

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

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

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