Html Css Color HEX #CFD413 Barberry

📋 copy color: '#CFD413'

red 207 ◦ green 212 ◦ blue 19

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

Shades of Barberry #CFD413

Tints of Barberry #CFD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.4%

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

R = 47.26%
G = 48.4%
B = 4.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#CFD413 (or 0xCFD413) is known color: Barberry. HEX triplet: CF, D4 and 13. RGB value is (207,212,19). Sum of RGB (Red+Green+Blue) = 207+212+19=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD413 is #302BEC. Grayscale: #BDBDBD. Windows color (decimal): -3156973 or 1299663. OLE color: 1299663.

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

Color convert

RGB 207 212 19 -
CMYK 0.02 0 0.91 0.17
HSL 61.55º 0.84% 0.45% -
HSV(B) 61.55º 0.91% 0.83% -
XYZ 49.39 60.4 9.67 -
YUV 188.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 207 212 19 0.02 0 0.91 0.17 61.55 0.84 0.45
Hex CF D4 13 2 0 5B 11 3E 54 2D
Octal 317 324 23 2 0 133 21 76 124 55
Binary 11001111 11010100 10011 10 0 1011011 10001 111110 1010100 101101

Color Harmonies of #CFD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD413

Black with #CFD413

Text Example


Text Example

White with #CFD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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