Html Css Color HEX #CED61D Barberry

📋 copy color: '#CED61D'

red 206 ◦ green 214 ◦ blue 29

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

Shades of Barberry #CED61D

Tints of Barberry #CED61D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 45.88%
G = 47.66%
B = 6.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CED61D (or 0xCED61D) is known color: Barberry. HEX triplet: CE, D6 and 1D. RGB value is (206,214,29). Sum of RGB (Red+Green+Blue) = 206+214+29=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #CED61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED61D is #3129E2. Grayscale: #BFBFBF. Windows color (decimal): -3221987 or 1955534. OLE color: 1955534.

HSL color Cylindrical-coordinate representation of color #CED61D: hue angle of 62.59º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED61D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 29 -
CMYK 0.04 0 0.86 0.16
HSL 62.59º 0.76% 0.48% -
HSV(B) 62.59º 0.86% 0.84% -
XYZ 49.72 61.3 10.37 -
YUV 190.52 36.85 139.04 -
System Red Green Blue C M Y K H S L
Decimal 206 214 29 0.04 0 0.86 0.16 62.59 0.76 0.48
Hex CE D6 1D 4 0 56 10 3F 4C 30
Octal 316 326 35 4 0 126 20 77 114 60
Binary 11001110 11010110 11101 100 0 1010110 10000 111111 1001100 110000

Color Harmonies of #CED61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED61D

Black with #CED61D

Text Example


Text Example

White with #CED61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED61D; }

 p { color: rgb(206,214,29); }

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

background-color css

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

 a { background-color: rgb(206,214,29); }

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

border-color css

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

 span { border-color: rgb(206,214,29); }

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