Html Css Color HEX #CFD513 Barberry

📋 copy color: '#CFD513'

red 207 ◦ green 213 ◦ blue 19

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

Shades of Barberry #CFD513

Tints of Barberry #CFD513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 19 (7.81% from 255) = 4.33%

R = 47.15%
G = 48.52%
B = 4.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#CFD513 (or 0xCFD513) is known color: Barberry. HEX triplet: CF, D5 and 13. RGB value is (207,213,19). Sum of RGB (Red+Green+Blue) = 207+213+19=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD513 is #302AEC. Grayscale: #BDBDBD. Windows color (decimal): -3156717 or 1299919. OLE color: 1299919.

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

Color convert

RGB 207 213 19 -
CMYK 0.03 0 0.91 0.16
HSL 61.86º 0.84% 0.45% -
HSV(B) 61.86º 0.91% 0.84% -
XYZ 49.64 60.9 9.75 -
YUV 189.09 32.01 140.77 -
System Red Green Blue C M Y K H S L
Decimal 207 213 19 0.03 0 0.91 0.16 61.86 0.84 0.45
Hex CF D5 13 3 0 5B 10 3E 54 2D
Octal 317 325 23 3 0 133 20 76 124 55
Binary 11001111 11010101 10011 11 0 1011011 10000 111110 1010100 101101

Color Harmonies of #CFD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD513

Black with #CFD513

Text Example


Text Example

White with #CFD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD513; }

 p { color: rgb(207,213,19); }

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

background-color css

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

 a { background-color: rgb(207,213,19); }

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

border-color css

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

 span { border-color: rgb(207,213,19); }

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