Html Css Color HEX #CFD315 Barberry

📋 copy color: '#CFD315'

red 207 ◦ green 211 ◦ blue 21

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

Shades of Barberry #CFD315

Tints of Barberry #CFD315

RGB

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

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

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

R = 47.15%
G = 48.06%
B = 4.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CFD315 (or 0xCFD315) is known color: Barberry. HEX triplet: CF, D3 and 15. RGB value is (207,211,21). Sum of RGB (Red+Green+Blue) = 207+211+21=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD315 is #302CEA. Grayscale: #BCBCBC. Windows color (decimal): -3157227 or 1430479. OLE color: 1430479.

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

Color convert

RGB 207 211 21 -
CMYK 0.02 0 0.90 0.17
HSL 61.26º 0.82% 0.45% -
HSV(B) 61.26º 0.9% 0.83% -
XYZ 49.16 59.91 9.68 -
YUV 188.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 207 211 21 0.02 0 0.90 0.17 61.26 0.82 0.45
Hex CF D3 15 2 0 5A 11 3D 52 2D
Octal 317 323 25 2 0 132 21 75 122 55
Binary 11001111 11010011 10101 10 0 1011010 10001 111101 1010010 101101

Color Harmonies of #CFD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD315

Black with #CFD315

Text Example


Text Example

White with #CFD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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