Html Css Color HEX #CFCE15 Barberry

📋 copy color: '#CFCE15'

red 207 ◦ green 206 ◦ blue 21

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

Shades of Barberry #CFCE15

Tints of Barberry #CFCE15

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.47%

 BLUE value IS 21 (8.59% from 255) = 4.84%

R = 47.7%
G = 47.47%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFCE15 (or 0xCFCE15) is known color: Barberry. HEX triplet: CF, CE and 15. RGB value is (207,206,21). Sum of RGB (Red+Green+Blue) = 207+206+21=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE15 is #3031EA. Grayscale: #B9B9B9. Windows color (decimal): -3158507 or 1429199. OLE color: 1429199.

HSL color Cylindrical-coordinate representation of color #CFCE15: hue angle of 59.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFCE15 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 206 21 -
CMYK 0 0.00 0.90 0.19
HSL 59.68º 0.82% 0.45% -
HSV(B) 59.68º 0.9% 0.81% -
XYZ 47.94 57.46 9.27 -
YUV 185.21 35.33 143.54 -
System Red Green Blue C M Y K H S L
Decimal 207 206 21 0 0.00 0.90 0.19 59.68 0.82 0.45
Hex CF CE 15 0 0 5A 13 3C 52 2D
Octal 317 316 25 0 0 132 23 74 122 55
Binary 11001111 11001110 10101 0 0 1011010 10011 111100 1010010 101101

Color Harmonies of #CFCE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCE15

Black with #CFCE15

Text Example


Text Example

White with #CFCE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCE15; }

 p { color: rgb(207,206,21); }

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

background-color css

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

 a { background-color: rgb(207,206,21); }

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

border-color css

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

 span { border-color: rgb(207,206,21); }

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