Html Css Color HEX #CFD61C Barberry

📋 copy color: '#CFD61C'

red 207 ◦ green 214 ◦ blue 28

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

Shades of Barberry #CFD61C

Tints of Barberry #CFD61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.24%

R = 46.1%
G = 47.66%
B = 6.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#CFD61C (or 0xCFD61C) is known color: Barberry. HEX triplet: CF, D6 and 1C. RGB value is (207,214,28). Sum of RGB (Red+Green+Blue) = 207+214+28=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD61C is #3029E3. Grayscale: #BFBFBF. Windows color (decimal): -3156452 or 1889999. OLE color: 1889999.

HSL color Cylindrical-coordinate representation of color #CFD61C: hue angle of 62.26º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFD61C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 28 -
CMYK 0.03 0 0.87 0.16
HSL 62.26º 0.77% 0.47% -
HSV(B) 62.26º 0.87% 0.84% -
XYZ 49.99 61.44 10.32 -
YUV 190.7 36.18 139.62 -
System Red Green Blue C M Y K H S L
Decimal 207 214 28 0.03 0 0.87 0.16 62.26 0.77 0.47
Hex CF D6 1C 3 0 57 10 3E 4D 2F
Octal 317 326 34 3 0 127 20 76 115 57
Binary 11001111 11010110 11100 11 0 1010111 10000 111110 1001101 101111

Color Harmonies of #CFD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD61C

Black with #CFD61C

Text Example


Text Example

White with #CFD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD61C; }

 p { color: rgb(207,214,28); }

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

background-color css

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

 a { background-color: rgb(207,214,28); }

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

border-color css

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

 span { border-color: rgb(207,214,28); }

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